This commit is contained in:
ponzischeme89
2026-08-27 20:33:05 +12:00
parent 2f4bd0da31
commit 07004bd2e2
15 changed files with 3757 additions and 2344 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ val membyGatewayUrl: String = (project.findProperty("memby.gatewayUrl") as Strin
val membyDiagnosticLogLevel: String = (project.findProperty("memby.diagnosticLogLevel") as String?)
?.trim()?.uppercase()?.takeIf { it in setOf("INFO", "DEBUG", "TRACE") } ?: "INFO"
val defaultVersionName = "0.3.35"
val defaultVersionName = "0.3.37"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()