version bump to 1.6.4 and changelog
This commit is contained in:
parent
25a9d59412
commit
05d3015421
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.6.4
|
||||||
|
* setting to enable white chat bubbles
|
||||||
|
* limit OMEMO key publish attempts to work around broken PEP
|
||||||
|
* various bug fixes
|
||||||
|
|
||||||
####Version 1.6.3
|
####Version 1.6.3
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 88
|
versionCode 89
|
||||||
versionName "1.7.0-beta"
|
versionName "1.6.4"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue