bump version

This commit is contained in:
B. Petersen
2018-07-10 16:39:40 +02:00
parent bf39d9ef8f
commit 0a1d26ffc4
+2 -2
View File
@@ -124,7 +124,7 @@ android {
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.18.2" // do NOT forget to increase defaultConfig.versionCode!
versionCode 534
versionName "0.19.0" // do NOT forget to increase defaultConfig.versionCode!
versionCode 535
}
}