mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-20 04:31:49 -05:00
version bump to 1.6.8 and changelog
This commit is contained in:
parent
eff173ebc2
commit
bf64276fa7
@ -1,5 +1,10 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.6.8
|
||||||
|
* reworked 'enter is send' setting
|
||||||
|
* reworked DNS server discovery on lolipop devices
|
||||||
|
* various bug fixes
|
||||||
|
|
||||||
####Version 1.6.7
|
####Version 1.6.7
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
@ -48,8 +48,8 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 92
|
versionCode 93
|
||||||
versionName "1.6.7"
|
versionName "1.6.8"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user