increase version name for easier debugging with multiple devices
This commit is contained in:
parent
b40a65652f
commit
75f753e957
|
@ -93,7 +93,7 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 367
|
versionCode 367
|
||||||
versionName "2.7.1"
|
versionName "2.8.0-alpha"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue