version bump to 1.6.10
This commit is contained in:
parent
a954e32b16
commit
9636627ef0
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.6.10
|
||||||
|
* fixed facebook login
|
||||||
|
* fixed bug with ejabberd mam
|
||||||
|
* use official HTTP File Upload namespace
|
||||||
|
|
||||||
####Version 1.6.9
|
####Version 1.6.9
|
||||||
* basic keyboard support
|
* basic keyboard support
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 95
|
versionCode 96
|
||||||
versionName "1.6.9"
|
versionName "1.6.10"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue