0.2.60 - Improvments to Requests, placeholders

This commit is contained in:
ponzischeme89
2026-08-12 16:54:41 +12:00
parent 4fb68f4bbc
commit a0b84dfc37
12 changed files with 778 additions and 177 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ val projectNoticeText =
// A release workflow can derive the app version from its Git tag without editing the
// source tree. Local builds keep using the checked-in default.
val defaultVersionName = "0.2.59"
val defaultVersionName = "0.2.60"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()