yaml rewrite version code as int

This commit is contained in:
Michael Pöhn 2017-05-02 14:13:30 +02:00
parent f9d4007ea6
commit 7aa92abebc
3 changed files with 145 additions and 140 deletions

View file

@ -33,7 +33,7 @@ Repo: https://gitlab.com/fdroid/privileged-extension.git
Builds:
- versionName: 0.2.1
versionCode: '2000'
versionCode: 2000
commit: 0.2.1
output: app/build/distributions/FDroidPrivilegedExtensionFromBinaries-$$VERSION$$.zip
build: gradle assembleUpdateZipFromBinariesDebug
@ -41,4 +41,4 @@ Builds:
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.2.1
CurrentVersionCode: '2000'
CurrentVersionCode: 2000