update version number

This commit is contained in:
adbenitez 2025-07-23 15:54:44 +02:00
parent 636235148f
commit f16c59897d
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Delta Chat Android Changelog # Delta Chat Android Changelog
## v2.5.0 ## v2.6.0
* Profiles focus on recognizing contacts * Profiles focus on recognizing contacts
* See the number of media directly in the profile, no need to tap around * See the number of media directly in the profile, no need to tap around
@ -19,7 +19,7 @@
* Allow to sort profiles up in the profile switcher * Allow to sort profiles up in the profile switcher
* Add new option to create unencrypted email thread * Add new option to create unencrypted email thread
* Green checkmarks are removed where they mostly refer to guaranteed encryption, which is the default now. They are still used for profile's "Introduced by" * Green checkmarks are removed where they mostly refer to guaranteed encryption, which is the default now. They are still used for profile's "Introduced by"
* Update to core 2.5.0 * Update to core 2.6.0
## v1.58.4 ## v1.58.4
2025-05 2025-05

View file

@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
defaultConfig { defaultConfig {
versionCode 725 versionCode 726
versionName "2.5.0" versionName "2.6.0"
applicationId "com.b44t.messenger" applicationId "com.b44t.messenger"
multiDexEnabled true multiDexEnabled true