Compare commits

..

1 Commits

Author SHA1 Message Date
cc1c4690a2 fix unchecked-in version code bump 2020-06-05 16:13:01 +00:00

View File

@ -7,7 +7,7 @@ repositories {
android { android {
compileSdkVersion 28 compileSdkVersion 28
defaultConfig { defaultConfig {
versionCode 4745255 versionCode 4745256
versionName "$I2P_VERSION" versionName "$I2P_VERSION"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String) targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)