This commit is contained in:
ponzischeme89
2026-08-21 15:24:22 +12:00
parent 4c48ef8b19
commit 4439277c86
16 changed files with 4277 additions and 2633 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.90"
val defaultVersionName = "0.2.91"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()