update version number and changelog

This commit is contained in:
adbenitez 2025-02-28 14:35:59 +01:00
parent 13c45f37e7
commit 16037e7693
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Delta Chat Android Changelog # Delta Chat Android Changelog
## v1.54.1 ## v1.54.2
2025-02 2025-02
* allow to add any chat to the home screen * allow to add any chat to the home screen
@ -16,7 +16,7 @@
* prepare the app for receiving message deletion requests * prepare the app for receiving message deletion requests
* do some small bug fixes * do some small bug fixes
* update translations * update translations
* update to core 1.156.0 * update to core 1.156.1
## v1.54.0 ## v1.54.0
2025-02 2025-02

View file

@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
defaultConfig { defaultConfig {
versionCode 712 versionCode 713
versionName "1.54.1" versionName "1.54.2"
applicationId "com.b44t.messenger" applicationId "com.b44t.messenger"
multiDexEnabled true multiDexEnabled true