0.3.31 - Studio logo to station indent

This commit is contained in:
ponzischeme89
2026-08-26 12:02:12 +12:00
parent 263177a9e4
commit a5f9a91832
13 changed files with 226 additions and 15 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.29"
val defaultVersionName = "0.3.31"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()