[FIX] Cast VERSIONCODE to integer (#2732)
This commit is contained in:
parent
f7c463bbba
commit
ba4d385fcd
|
@ -143,7 +143,7 @@ android {
|
||||||
applicationId APPLICATION_ID
|
applicationId APPLICATION_ID
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode VERSIONCODE
|
versionCode VERSIONCODE as Integer
|
||||||
versionName "4.13.0"
|
versionName "4.13.0"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
if (!isFoss) {
|
if (!isFoss) {
|
||||||
|
|
Loading…
Reference in New Issue