version bump to 2.9.1
This commit is contained in:
parent
35316ad93a
commit
92083fec83
|
@ -95,8 +95,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
versionCode 399
|
||||
versionName "2.9.1-beta"
|
||||
versionCode 401
|
||||
versionName "2.9.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
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