chore: make build change to align with -redux build for android
This commit is contained in:
@@ -14,7 +14,7 @@ project.ext.MY_KEY_PASSWORD = System.getenv('ANDROID_KEY_PASSWORD') ?: ""
|
|||||||
|
|
||||||
// If no environment variables, try to load from secrets file
|
// If no environment variables, try to load from secrets file
|
||||||
if (!project.ext.MY_KEYSTORE_FILE) {
|
if (!project.ext.MY_KEYSTORE_FILE) {
|
||||||
def secretsPropertiesFile = rootProject.file("gradle.properties.secrets")
|
def secretsPropertiesFile = rootProject.file("app/gradle.properties.secrets")
|
||||||
if (secretsPropertiesFile.exists()) {
|
if (secretsPropertiesFile.exists()) {
|
||||||
Properties secretsProperties = new Properties()
|
Properties secretsProperties = new Properties()
|
||||||
secretsProperties.load(new FileInputStream(secretsPropertiesFile))
|
secretsProperties.load(new FileInputStream(secretsPropertiesFile))
|
||||||
@@ -31,7 +31,7 @@ android {
|
|||||||
applicationId "app.timesafari.app"
|
applicationId "app.timesafari.app"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 9
|
versionCode 10
|
||||||
versionName "0.4.4"
|
versionName "0.4.4"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user