0.2.42 - DTS surround sound support

This commit is contained in:
ponzischeme89
2026-08-10 12:24:25 +12:00
parent f41db66ac6
commit 12b519762b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ val projectNoticeText =
// A release workflow can derive the app version from its Git tag without editing the
// source tree. Local builds keep using the checked-in default.
val defaultVersionName = "0.2.41"
val defaultVersionName = "0.2.42"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()