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 {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
defaultConfig {
versionCode 4745284
versionCode Integer.parseInt(project.I2P_ANDROID_VERSION_CODE as String)
versionName "$I2P_ANDROID_VERSION"
minSdkVersion 21
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_ANDROID_VERSION=2.7.0
I2P_ANDROID_VERSION_CODE=4745285
android.disableAutomaticComponentCreation=true
android.useAndroidX=true
#android.enableJetifier=true