bump release version and version code

This commit is contained in:
idk
2022-11-23 14:53:47 -05:00
parent cb46abca82
commit 3ab2c83b7b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -18,4 +18,4 @@ ANDROID_BUILD_TARGET_SDK_VERSION=31
ANDROID_BUILD_SDK_VERSION=31
I2P_VERSION=2.0.0
I2P_ANDROID_VERSION=2.0.0
I2P_ANDROID_VERSION=2.0.1