version bump to 1.19.3 + changelog
This commit is contained in:
parent
45f92553c4
commit
35a4b848a5
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 1.19.3
|
||||||
|
* Do not create foreground service when all accounts are disabled
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
### Version 1.19.2
|
### Version 1.19.2
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 224
|
versionCode 225
|
||||||
versionName "1.19.2"
|
versionName "1.19.3"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue