switch to Semantic Versioning, https://semver.org/

This commit is contained in:
B. Petersen
2017-11-26 18:00:38 +01:00
parent d7fcf9433d
commit 46fc46ee4f
+2 -2
View File
@@ -79,7 +79,7 @@ android {
}
}
defaultConfig.versionCode = 49
defaultConfig.versionCode = 50
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.10" // do NOT forget to increase defaultConfig.versionCode!
versionName "0.10.0" // do NOT forget to increase defaultConfig.versionCode!
}
}