mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 01:41:06 +03:00
yaml rewrite version code as int
This commit is contained in:
parent
f9d4007ea6
commit
7aa92abebc
3 changed files with 145 additions and 140 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue