Add Memby account management

This commit is contained in:
ponzischeme89
2026-08-03 10:16:44 +12:00
parent 666da9c5d3
commit 2675e6d82b
7 changed files with 467 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,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.9"
val defaultVersionName = "0.2.10"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()