Bump version.

This commit is contained in:
B. Petersen
2017-10-09 16:17:10 +02:00
parent e4b24b0d99
commit 175a4ddf95
+2 -2
View File
@@ -79,7 +79,7 @@ android {
}
}
defaultConfig.versionCode = 44
defaultConfig.versionCode = 45
sourceSets.main {
jniLibs.srcDir 'libs'
@@ -121,6 +121,6 @@ android {
minSdkVersion 14 // 14: Android 4.0 Ice Cream Sandwich 2011 (Telegram default), 21: Android 5.0 Lollipop 2014 (recommended for InstantRun)
targetSdkVersion 25 // 25: Nougat. CAVE: Do NOT target "Andoid O" without checking the background tasks carefully, see https://developer.android.com/preview/behavior-changes.html#back-all . As long as we target "Nougat", everything works as expected even for "Andoid O" or later
// in general, we should not change the target without reason; eg. after the switch to Nougat, the camera stops working (see https://inthecheesefactory.com/blog/how-to-share-access-to-file-with-fileprovider-on-android-nougat/en )
versionName "0.9.5" // do NOT forget to increase defaultConfig.versionCode!
versionName "0.9.6" // do NOT forget to increase defaultConfig.versionCode!
}
}