This commit is contained in:
ponzischeme89
2026-08-23 18:55:04 +12:00
parent aa8f16f21b
commit 5107c4b0fc
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ val projectNoticeText =
rootProject.file("NOTICE").readText()
.replace("https://g.sublogue.com/admin/memby", membySourceUrl)
val defaultVersionName = "0.3.11"
val defaultVersionName = "0.3.12"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()