increase version code to fix nasty bug in 1.11.5 beta
This commit is contained in:
parent
db0301310b
commit
c22b384680
|
@ -64,7 +64,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 137
|
versionCode 138
|
||||||
versionName "1.11.5"
|
versionName "1.11.5"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
|
|
Loading…
Reference in New Issue