bump version code

This commit is contained in:
idk
2023-04-15 05:46:17 +00:00
parent 71d38c64e0
commit 2fae27a3b3

View File

@ -8,7 +8,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 4745277 versionCode 4745278
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)