0.2.85
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user