This commit is contained in:
ponzischeme89
2026-08-24 08:16:55 +12:00
parent 72cb3c376e
commit 30155e1c5f
2 changed files with 18 additions and 1 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.14"
val defaultVersionName = "0.3.15"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()