This commit is contained in:
ponzischeme89
2026-08-28 23:07:19 +12:00
parent d5632e844a
commit 78d3f69c64
+1
View File
@@ -38,6 +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"
// vers
val defaultVersionName = "0.3.40"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)