We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89ddc1e + 4a86098 commit 5f4eae7Copy full SHA for 5f4eae7
2 files changed
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Delta Chat Android Changelog
2
3
-## Unreleased
+## v2.49.0
4
+2026-04
5
6
* Fix file sharing to certain apps (e.g. Material Files, etc.)
7
* Fix problem with calls when microphone permission is not granted
build.gradle
@@ -28,8 +28,8 @@ android {
28
useLibrary 'org.apache.http.legacy'
29
30
defaultConfig {
31
- versionCode 746
32
- versionName "2.48.0"
+ versionCode 747
+ versionName "2.49.0"
33
34
applicationId "com.b44t.messenger"
35
multiDexEnabled true
0 commit comments