mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
bump version
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Delta Chat Changelog
|
||||
|
||||
## v0.17.3
|
||||
2018-05-17
|
||||
|
||||
* Fix appearing system messages appearing twice
|
||||
* Fix: Use all gossipped verifications in verified groups
|
||||
* Update Basque, Polish, Russian and Ukrainian translations
|
||||
|
||||
## v0.17.2
|
||||
2018-05-15
|
||||
|
||||
|
||||
@@ -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.17.2" // do NOT forget to increase defaultConfig.versionCode!
|
||||
versionCode 519
|
||||
versionName "0.17.3" // do NOT forget to increase defaultConfig.versionCode!
|
||||
versionCode 520
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user