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 {
compileSdkVersion 28
defaultConfig {
versionCode 4745255
versionCode 4745256
versionName "$I2P_VERSION"
minSdkVersion 14
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)