0.2.41 - Preroll fixes, theme fixes

This commit is contained in:
ponzischeme89
2026-08-10 09:39:09 +12:00
parent e1bb687df4
commit 32c0054c44
17 changed files with 648 additions and 167 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.40"
val defaultVersionName = "0.2.41"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()