Merge branch 'master' of i2pgit.org:i2p-hackers/i2p.android.base

This commit is contained in:
eyedeekay
2024-10-11 15:46:46 -04:00

View File

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