version bump to 1.6.5 + changelog
This commit is contained in:
parent
0eeaccd974
commit
4424a818df
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.6.5
|
||||||
|
* more OMEMO fixes
|
||||||
|
|
||||||
####Version 1.6.4
|
####Version 1.6.4
|
||||||
* setting to enable white chat bubbles
|
* setting to enable white chat bubbles
|
||||||
* limit OMEMO key publish attempts to work around broken PEP
|
* limit OMEMO key publish attempts to work around broken PEP
|
||||||
|
|
|
@ -48,8 +48,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 89
|
versionCode 90
|
||||||
versionName "1.6.4"
|
versionName "1.6.5"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue