This commit is contained in:
ponzischeme89
2026-08-21 16:30:29 +12:00
parent 891d3dfedc
commit 57edfaa60b
7 changed files with 29 additions and 34 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.92"
val defaultVersionName = "0.2.93"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()