Merge pull request #1597 from deltachat/prep-1.12.4

prepare 1.12.5
This commit is contained in:
bjoern
2020-08-26 14:33:33 +02:00
committed by GitHub
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# Delta Chat Android Changelog
## v1.12.5
2020-08
* fix notifications for Android 4
* fix and streamline querying permissions
* fix removing POIs from map
* fix emojis displayed on map
* fix: connect directly after account qr-scan
* make bot-commands such as /echo clickable
## v1.12.3
2020-08
+2 -2
View File
@@ -89,8 +89,8 @@ android {
}
defaultConfig {
versionCode 592
versionName "1.12.3"
versionCode 594
versionName "1.12.5"
applicationId "com.b44t.messenger"
multiDexEnabled true