version bump to 2.5.1 + changelog
This commit is contained in:
parent
8736db3bc4
commit
43254663fb
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.5.1
|
||||||
|
* minor bug fixes
|
||||||
|
* Set own OMEMO devices to inactive after not seing them for 14 days. (was 7 days)
|
||||||
|
|
||||||
### Version 2.5.0
|
### Version 2.5.0
|
||||||
* Added channel search via search.jabbercat.org
|
* Added channel search via search.jabbercat.org
|
||||||
* Reworked onboarding screens
|
* Reworked onboarding screens
|
||||||
|
|
|
@ -81,8 +81,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 326
|
versionCode 327
|
||||||
versionName "2.5.0"
|
versionName "2.5.1"
|
||||||
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