bump version

This commit is contained in:
B. Petersen
2018-01-18 17:12:58 +01:00
parent 5ebebc9c43
commit 271ff3cbb8
+2 -2
View File
@@ -122,7 +122,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.12.0" // do NOT forget to increase defaultConfig.versionCode!
versionCode 510
versionName "0.13.0" // do NOT forget to increase defaultConfig.versionCode!
versionCode 511
}
}