version bump to 2.10.3 + changelog

This commit is contained in:
Daniel Gultsch 2022-03-14 08:59:29 +01:00
parent ed98860506
commit fbbd2edd94
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* Store files in location appropriate for Android 11
* Attempt to reconnect call after network switch
* Show caller JID and account JID in incoming call screen
### Version 2.10.2

View File

@ -90,8 +90,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 42025
versionName "2.10.3-beta.2"
versionCode 42026
versionName "2.10.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId