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