[FIX] Cast VERSIONCODE to integer (#2732)

This commit is contained in:
sadegh 2020-12-22 14:47:56 +03:30 committed by GitHub
parent f7c463bbba
commit ba4d385fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ android {
applicationId APPLICATION_ID
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode VERSIONCODE
versionCode VERSIONCODE as Integer
versionName "4.13.0"
vectorDrawables.useSupportLibrary = true
if (!isFoss) {