prepare 1.50.5 release

This commit is contained in:
adbenitez 2025-01-10 18:48:53 +01:00
parent e4d018393d
commit 77f43cde9a
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Delta Chat Android Changelog # Delta Chat Android Changelog
## v1.50.5
2025-01
* fix push-notifications handling for certain devices where it was not working correctly
* update translations
* using core 1.153.0
## v1.50.4 ## v1.50.4
2025-01 2025-01

View file

@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
defaultConfig { defaultConfig {
versionCode 707 versionCode 708
versionName "1.50.4" versionName "1.50.5"
applicationId "com.b44t.messenger" applicationId "com.b44t.messenger"
multiDexEnabled true multiDexEnabled true