This commit is contained in:
ponzischeme89
2026-08-21 11:36:22 +12:00
parent aac8438764
commit 48043dbae2
6 changed files with 131 additions and 12 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.86"
val defaultVersionName = "0.2.87"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()