version bump to 2.10.3 + changelog
This commit is contained in:
parent
ed98860506
commit
fbbd2edd94
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
* Store files in location appropriate for Android 11
|
* Store files in location appropriate for Android 11
|
||||||
* Attempt to reconnect call after network switch
|
* Attempt to reconnect call after network switch
|
||||||
|
* Show caller JID and account JID in incoming call screen
|
||||||
|
|
||||||
### Version 2.10.2
|
### Version 2.10.2
|
||||||
|
|
||||||
|
|
|
@ -90,8 +90,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 42025
|
versionCode 42026
|
||||||
versionName "2.10.3-beta.2"
|
versionName "2.10.3"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue