version bump to 2.9.1
This commit is contained in:
parent
35316ad93a
commit
92083fec83
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 399
|
versionCode 401
|
||||||
versionName "2.9.1-beta"
|
versionName "2.9.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/401.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/401.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
* fixed search on Android <= 5
|
||||||
|
* optimize memory consumption
|
||||||
|
|
Loading…
Reference in a new issue