This commit is contained in:
ponzischeme89
2026-08-23 17:45:46 +12:00
parent d4e1cb2fbf
commit c809127996
11 changed files with 279 additions and 189 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.09"
val defaultVersionName = "0.3.10"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()