update version number

This commit is contained in:
adbenitez 2025-03-30 16:03:45 +02:00
parent dd85322333
commit e41b7a4701
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
# Delta Chat Android Changelog
## Unreleased
## v1.56.1
2025-03
* ignore click in info-messages from deleted in-chat apps
* data saving: do not send messages to the server if user is the only member of the chat in single-device usage

View file

@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
versionCode 716
versionName "1.56.0"
versionCode 717
versionName "1.56.1"
applicationId "com.b44t.messenger"
multiDexEnabled true