mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
make versionCode/build.timeout an integer
Co-authored-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
This commit is contained in:
parent
6f73a87eb1
commit
5a28f20301
20 changed files with 308 additions and 295 deletions
|
|
@ -44,7 +44,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: android-10
|
||||
timeout: null
|
||||
versionCode: '3'
|
||||
versionCode: 3
|
||||
versionName: '1.2'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -78,7 +78,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: android-15
|
||||
timeout: null
|
||||
versionCode: '4'
|
||||
versionCode: 4
|
||||
versionName: '1.3'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -112,7 +112,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: android-10
|
||||
timeout: null
|
||||
versionCode: '5'
|
||||
versionCode: 5
|
||||
versionName: '1.4'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -147,13 +147,13 @@ Builds:
|
|||
sudo: echo 'this is just a test'
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '6'
|
||||
versionCode: 6
|
||||
versionName: '1.5'
|
||||
Categories:
|
||||
- Time
|
||||
Changelog: ''
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: '6'
|
||||
CurrentVersionCode: 6
|
||||
Description: Activates silent mode during calendar events.
|
||||
Disabled: null
|
||||
Donate: null
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '13'
|
||||
versionCode: 13
|
||||
versionName: '1.12'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -78,7 +78,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '16'
|
||||
versionCode: 16
|
||||
versionName: '1.15'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -114,7 +114,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '19'
|
||||
versionCode: 19
|
||||
versionName: '1.18'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -150,7 +150,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '20'
|
||||
versionCode: 20
|
||||
versionName: '1.19'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -186,7 +186,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '21'
|
||||
versionCode: 21
|
||||
versionName: '1.20'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -222,7 +222,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '22'
|
||||
versionCode: 22
|
||||
versionName: '1.21'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -256,7 +256,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '24'
|
||||
versionCode: 24
|
||||
versionName: '1.23'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -291,7 +291,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '25'
|
||||
versionCode: 25
|
||||
versionName: '1.24'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -326,7 +326,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '26'
|
||||
versionCode: 26
|
||||
versionName: '1.25'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -361,7 +361,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '27'
|
||||
versionCode: 27
|
||||
versionName: '1.26'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -396,7 +396,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '28'
|
||||
versionCode: 28
|
||||
versionName: '1.27'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -431,7 +431,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '30'
|
||||
versionCode: 30
|
||||
versionName: '1.29'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -466,7 +466,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '33'
|
||||
versionCode: 33
|
||||
versionName: '1.32'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -500,7 +500,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '34'
|
||||
versionCode: 34
|
||||
versionName: '1.33'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -535,7 +535,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '35'
|
||||
versionCode: 35
|
||||
versionName: '1.34'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -570,7 +570,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '36'
|
||||
versionCode: 36
|
||||
versionName: '1.35'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -605,7 +605,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '37'
|
||||
versionCode: 37
|
||||
versionName: '1.36'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -640,7 +640,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '38'
|
||||
versionCode: 38
|
||||
versionName: '1.37'
|
||||
- androidupdate:
|
||||
- .
|
||||
|
|
@ -687,7 +687,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '40'
|
||||
versionCode: 40
|
||||
versionName: '2.1'
|
||||
- androidupdate:
|
||||
- .
|
||||
|
|
@ -734,7 +734,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '42'
|
||||
versionCode: 42
|
||||
versionName: '2.3'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -771,7 +771,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '45'
|
||||
versionCode: 45
|
||||
versionName: '2.6'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -808,7 +808,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '46'
|
||||
versionCode: 46
|
||||
versionName: '2.7'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -845,7 +845,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '47'
|
||||
versionCode: 47
|
||||
versionName: '2.8'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -882,7 +882,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '48'
|
||||
versionCode: 48
|
||||
versionName: 2.8.1
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -919,7 +919,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '49'
|
||||
versionCode: 49
|
||||
versionName: '2.9'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -956,7 +956,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '50'
|
||||
versionCode: 50
|
||||
versionName: 2.9.1
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -993,7 +993,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '51'
|
||||
versionCode: 51
|
||||
versionName: 2.9.2
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -1030,14 +1030,14 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '52'
|
||||
versionCode: 52
|
||||
versionName: '3.0'
|
||||
Categories:
|
||||
- System
|
||||
- Security
|
||||
Changelog: ''
|
||||
CurrentVersion: '3.0'
|
||||
CurrentVersionCode: '52'
|
||||
CurrentVersionCode: 52
|
||||
Description: 'An ad blocker that uses the hosts file. The hosts file
|
||||
|
||||
contains a list of mappings between hostnames and IP addresses. When
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '5'
|
||||
versionCode: 5
|
||||
versionName: 0.3.3
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -91,7 +91,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '6'
|
||||
versionCode: 6
|
||||
versionName: 0.3.3
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -128,7 +128,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '9'
|
||||
versionCode: 9
|
||||
versionName: 0.4.2
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -165,7 +165,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '11'
|
||||
versionCode: 11
|
||||
versionName: 0.5.1
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -201,7 +201,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '12'
|
||||
versionCode: 12
|
||||
versionName: 0.5.2
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -237,7 +237,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '100'
|
||||
versionCode: 100
|
||||
versionName: 0.5.3
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -273,7 +273,7 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '101'
|
||||
versionCode: 101
|
||||
versionName: 0.5.4
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
|
|
@ -309,13 +309,13 @@ Builds:
|
|||
sudo: ''
|
||||
target: null
|
||||
timeout: null
|
||||
versionCode: '102'
|
||||
versionCode: 102
|
||||
versionName: 0.6.0
|
||||
Categories:
|
||||
- Phone & SMS
|
||||
Changelog: ''
|
||||
CurrentVersion: 0.6.0
|
||||
CurrentVersionCode: '102'
|
||||
CurrentVersionCode: 102
|
||||
Description: 'SMSSecure is an SMS/MMS application that allows you to protect your
|
||||
privacy while communicating with friends.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue