version bump to 2.9.1

This commit is contained in:
Daniel Gultsch 2020-11-25 08:47:21 +01:00
parent 35316ad93a
commit 92083fec83
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
* fixed search on Android <= 5
* optimize memory consumption