This commit is contained in:
ponzischeme89
2026-08-21 13:22:04 +12:00
parent 243b7c8b90
commit fb97980775
6 changed files with 191 additions and 61 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.88"
val defaultVersionName = "0.2.89"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()