This commit is contained in:
ponzischeme89
2026-08-21 10:38:41 +12:00
parent 5467fba0eb
commit af1ca4370c
9 changed files with 107 additions and 15 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
import com.android.build.api.dsl.ApplicationExtension
import java.util.Properties
plugins {
@@ -63,7 +64,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.84"
val defaultVersionName = "0.2.85"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()
@@ -95,7 +96,7 @@ fun environmentSecret(key: String): String? {
return System.getenv(key)?.trim()?.takeIf { it.isNotEmpty() }
}
android {
extensions.configure<ApplicationExtension> {
namespace = "com.ponzischeme89.memby"
// Raised to 37 by the Lifecycle 2.11 / Activity 1.13 upgrade, which refuse to be
// consumed by a project compiled against anything older. This is a *compile* target