Increment version code

This commit is contained in:
eyedeekay
2024-10-11 17:46:39 -04:00
parent 784918d220
commit 52a4c2f430
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ repositories {
android { android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String) compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
defaultConfig { defaultConfig {
versionCode 4745284 versionCode Integer.parseInt(project.I2P_ANDROID_VERSION_CODE as String)
versionName "$I2P_ANDROID_VERSION" versionName "$I2P_ANDROID_VERSION"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String) targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)

View File

@ -19,6 +19,7 @@ ANDROID_BUILD_SDK_VERSION=33
I2P_VERSION=2.7.0 I2P_VERSION=2.7.0
I2P_ANDROID_VERSION=2.7.0 I2P_ANDROID_VERSION=2.7.0
I2P_ANDROID_VERSION_CODE=4745285
android.disableAutomaticComponentCreation=true android.disableAutomaticComponentCreation=true
android.useAndroidX=true android.useAndroidX=true
#android.enableJetifier=true #android.enableJetifier=true