version bump to 1.23.8 + changelog
This commit is contained in:
parent
0deffef8da
commit
9acd76b7ef
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.23.8
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
### Version 1.23.7
|
### Version 1.23.7
|
||||||
* Improved MAM support + bug fixes
|
* Improved MAM support + bug fixes
|
||||||
|
|
||||||
|
|
|
@ -68,8 +68,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 254
|
versionCode 255
|
||||||
versionName "1.23.7"
|
versionName "1.23.8"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue