This commit is contained in:
ponzischeme89
2026-08-21 21:04:57 +12:00
parent 9c7dec32a8
commit 02247a6287
10 changed files with 156 additions and 156 deletions
+1 -1
View File
@@ -64,7 +64,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.93"
val defaultVersionName = "0.2.94"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()