version bump to 1.6.6 and changelog
This commit is contained in:
parent
c5abddc584
commit
593f5cdcbe
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.6.6
|
||||
* best 1.6 release yet
|
||||
|
||||
####Version 1.6.5
|
||||
* more OMEMO fixes
|
||||
|
||||
|
|
|
@ -48,8 +48,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 21
|
||||
versionCode 90
|
||||
versionName "1.6.5"
|
||||
versionCode 91
|
||||
versionName "1.6.6"
|
||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue