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

View file

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