version bump to 2.10.4 + changelog
This commit is contained in:
parent
8834bc5084
commit
5943f1ad3e
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.10.4
|
||||||
|
|
||||||
|
* Fix interaction with Google Maps Share Location Plugin
|
||||||
|
* Remove footnote with regards to server fee
|
||||||
|
|
||||||
### Version 2.10.3
|
### Version 2.10.3
|
||||||
|
|
||||||
* Store files in location appropriate for Android 11
|
* Store files in location appropriate for Android 11
|
||||||
|
|
|
@ -90,8 +90,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 42026
|
versionCode 42027
|
||||||
versionName "2.10.3"
|
versionName "2.10.4"
|
||||||
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