This commit is contained in:
ponzischeme89
2026-08-23 20:25:20 +12:00
parent 5107c4b0fc
commit 6ba8728dce
15 changed files with 185 additions and 96 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.12"
val defaultVersionName = "0.3.13"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()