Merge pull request #3560 from deltachat/prep-1.52.0

prepare 1.52.0
This commit is contained in:
adb 2025-01-23 23:37:01 +01:00 committed by GitHub
commit 6e0759f719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,17 @@
# Delta Chat Android Changelog
## v1.52.0
2025-01
* new group consistency algorithm
* fix: don't show animated .webp stickers as static stickers
* fix the chat shortcuts (created via long-press in launcher) to properly support multi-profile
* fix some small bugs in certain android versions and special situations
* avoid the app freezing in slow phones in some situations
* improve menu in the help screen
* update translations
* update to core 1.155.0
## v1.50.5
2025-01

View file

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