make versionCode/build.timeout an integer

Co-authored-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
This commit is contained in:
linsui 2022-09-14 09:45:24 +08:00 committed by Jochen Sprickerhof
parent 6f73a87eb1
commit 5a28f20301
20 changed files with 308 additions and 295 deletions

View file

@ -44,7 +44,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '110'
versionCode: 110
versionName: 0.0.11-ARMv7
- androidupdate:
- .
@ -81,7 +81,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '111'
versionCode: 111
versionName: 0.0.11-ARM
- androidupdate:
- .
@ -118,7 +118,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '112'
versionCode: 112
versionName: 0.0.11-x86
- androidupdate:
- .
@ -155,7 +155,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '113'
versionCode: 113
versionName: 0.0.11-mips
- androidupdate: []
antcommands: []
@ -191,7 +191,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1301'
versionCode: 1301
versionName: 0.1.3-MIPS
- androidupdate: []
antcommands: []
@ -227,7 +227,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1302'
versionCode: 1302
versionName: 0.1.3-x86
- androidupdate: []
antcommands: []
@ -263,7 +263,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1303'
versionCode: 1303
versionName: 0.1.3-ARM
- androidupdate: []
antcommands: []
@ -299,7 +299,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1304'
versionCode: 1304
versionName: 0.1.3-ARMv7
- androidupdate: []
antcommands: []
@ -334,7 +334,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9002'
versionCode: 9002
versionName: 0.9.0
- androidupdate: []
antcommands: []
@ -369,7 +369,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9004'
versionCode: 9004
versionName: 0.9.0
- androidupdate: []
antcommands: []
@ -404,7 +404,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9102'
versionCode: 9102
versionName: 0.9.1
- androidupdate: []
antcommands: []
@ -439,7 +439,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9104'
versionCode: 9104
versionName: 0.9.1
- androidupdate: []
antcommands: []
@ -474,7 +474,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9502'
versionCode: 9502
versionName: 0.9.5
- androidupdate: []
antcommands: []
@ -509,7 +509,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9504'
versionCode: 9504
versionName: 0.9.5
- androidupdate: []
antcommands: []
@ -544,7 +544,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9602'
versionCode: 9602
versionName: 0.9.6
- androidupdate: []
antcommands: []
@ -579,7 +579,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9604'
versionCode: 9604
versionName: 0.9.6
- androidupdate: []
antcommands: []
@ -614,7 +614,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9702'
versionCode: 9702
versionName: 0.9.7
- androidupdate: []
antcommands: []
@ -649,7 +649,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9704'
versionCode: 9704
versionName: 0.9.7
- androidupdate: []
antcommands: []
@ -684,7 +684,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9711'
versionCode: 9711
versionName: 0.9.7.1
- androidupdate: []
antcommands: []
@ -719,7 +719,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9712'
versionCode: 9712
versionName: 0.9.7.1
- androidupdate: []
antcommands: []
@ -754,7 +754,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9714'
versionCode: 9714
versionName: 0.9.7.1
- androidupdate: []
antcommands: []
@ -789,7 +789,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9802'
versionCode: 9802
versionName: 0.9.8
- androidupdate: []
antcommands: []
@ -824,7 +824,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9803'
versionCode: 9803
versionName: 0.9.8
- androidupdate: []
antcommands: []
@ -859,7 +859,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9804'
versionCode: 9804
versionName: 0.9.8
- androidupdate: []
antcommands: []
@ -894,7 +894,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9902'
versionCode: 9902
versionName: 0.9.9
- androidupdate: []
antcommands: []
@ -929,7 +929,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9903'
versionCode: 9903
versionName: 0.9.9
- androidupdate: []
antcommands: []
@ -964,7 +964,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '9904'
versionCode: 9904
versionName: 0.9.9
- androidupdate: []
antcommands: []
@ -999,7 +999,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10002'
versionCode: 10002
versionName: 0.9.10
- androidupdate: []
antcommands: []
@ -1034,7 +1034,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10003'
versionCode: 10003
versionName: 0.9.10
- androidupdate: []
antcommands: []
@ -1069,7 +1069,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10004'
versionCode: 10004
versionName: 0.9.10
- androidupdate: []
antcommands: []
@ -1104,7 +1104,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10006'
versionCode: 10006
versionName: 1.0.0
- androidupdate: []
antcommands: []
@ -1139,7 +1139,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10007'
versionCode: 10007
versionName: 1.0.0
- androidupdate: []
antcommands: []
@ -1174,7 +1174,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10008'
versionCode: 10008
versionName: 1.0.0
- androidupdate: []
antcommands: []
@ -1209,7 +1209,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10102'
versionCode: 10102
versionName: 1.0.1
- androidupdate: []
antcommands: []
@ -1244,7 +1244,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10103'
versionCode: 10103
versionName: 1.0.1
- androidupdate: []
antcommands: []
@ -1279,7 +1279,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '10104'
versionCode: 10104
versionName: 1.0.1
- androidupdate: []
antcommands: []
@ -1316,7 +1316,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010303'
versionCode: 1010303
versionName: 1.1.3
- androidupdate: []
antcommands: []
@ -1353,7 +1353,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010304'
versionCode: 1010304
versionName: 1.1.3
- androidupdate: []
antcommands: []
@ -1390,7 +1390,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010305'
versionCode: 1010305
versionName: 1.1.3
- androidupdate: []
antcommands: []
@ -1427,7 +1427,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010503'
versionCode: 1010503
versionName: 1.1.5
- androidupdate: []
antcommands: []
@ -1464,7 +1464,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010504'
versionCode: 1010504
versionName: 1.1.5
- androidupdate: []
antcommands: []
@ -1501,7 +1501,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010505'
versionCode: 1010505
versionName: 1.1.5
- androidupdate: []
antcommands: []
@ -1538,7 +1538,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010603'
versionCode: 1010603
versionName: 1.1.6
- androidupdate: []
antcommands: []
@ -1575,7 +1575,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010604'
versionCode: 1010604
versionName: 1.1.6
- androidupdate: []
antcommands: []
@ -1612,7 +1612,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1010605'
versionCode: 1010605
versionName: 1.1.6
- androidupdate: []
antcommands: []
@ -1649,7 +1649,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020003'
versionCode: 1020003
versionName: 1.2.0
- androidupdate: []
antcommands: []
@ -1686,7 +1686,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020004'
versionCode: 1020004
versionName: 1.2.0
- androidupdate: []
antcommands: []
@ -1723,7 +1723,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020005'
versionCode: 1020005
versionName: 1.2.0
- androidupdate: []
antcommands: []
@ -1760,7 +1760,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020103'
versionCode: 1020103
versionName: 1.2.1
- androidupdate: []
antcommands: []
@ -1797,7 +1797,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020104'
versionCode: 1020104
versionName: 1.2.1
- androidupdate: []
antcommands: []
@ -1834,7 +1834,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020105'
versionCode: 1020105
versionName: 1.2.1
- androidupdate: []
antcommands: []
@ -1871,7 +1871,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020203'
versionCode: 1020203
versionName: 1.2.2
- androidupdate: []
antcommands: []
@ -1908,7 +1908,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020204'
versionCode: 1020204
versionName: 1.2.2
- androidupdate: []
antcommands: []
@ -1945,7 +1945,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020205'
versionCode: 1020205
versionName: 1.2.2
- androidupdate: []
antcommands: []
@ -1982,7 +1982,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020303'
versionCode: 1020303
versionName: 1.2.3
- androidupdate: []
antcommands: []
@ -2019,7 +2019,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020304'
versionCode: 1020304
versionName: 1.2.3
- androidupdate: []
antcommands: []
@ -2056,7 +2056,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020305'
versionCode: 1020305
versionName: 1.2.3
- androidupdate: []
antcommands: []
@ -2093,7 +2093,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020403'
versionCode: 1020403
versionName: 1.2.4
- androidupdate: []
antcommands: []
@ -2130,7 +2130,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020404'
versionCode: 1020404
versionName: 1.2.4
- androidupdate: []
antcommands: []
@ -2167,7 +2167,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020405'
versionCode: 1020405
versionName: 1.2.4
- androidupdate: []
antcommands: []
@ -2204,7 +2204,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020503'
versionCode: 1020503
versionName: 1.2.5
- androidupdate: []
antcommands: []
@ -2241,7 +2241,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020504'
versionCode: 1020504
versionName: 1.2.5
- androidupdate: []
antcommands: []
@ -2278,7 +2278,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1020505'
versionCode: 1020505
versionName: 1.2.5
- androidupdate: []
antcommands: []
@ -2315,7 +2315,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1030003'
versionCode: 1030003
versionName: 1.2.6
- androidupdate: []
antcommands: []
@ -2352,7 +2352,7 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1030004'
versionCode: 1030004
versionName: 1.2.6
- androidupdate: []
antcommands: []
@ -2389,13 +2389,13 @@ Builds:
sudo: ''
target: null
timeout: null
versionCode: '1030005'
versionCode: 1030005
versionName: 1.2.6
Categories:
- Multimedia
Changelog: ''
CurrentVersion: 1.2.6
CurrentVersionCode: '1030005'
CurrentVersionCode: 1030005
Description: 'Video and audio player that supports a wide range of formats,
for both local and remote playback.