mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot easier to work with this data when converting between the internal formats and external formats like YAML, JSON, MsgPack, protobuf, etc. The one unfortunate thing here is Build.update. It becomes dict.update(), which is a method not an attribute. build.get('update') or build['update'] could be used, but that would be oddly inconsistent. So instead the field is renamed to 'androidupdate', except for in the .txt v0 metadata files. This better describes what field does anyway, since it runs `android update`. Build.update is only referenced in two places right next to each other for the ant builds, so this change still seems worthwhile.
This commit is contained in:
parent
b7fc7f2228
commit
c0bc3afda9
9 changed files with 450 additions and 552 deletions
|
@ -58,10 +58,10 @@ VercodeOperation: null
|
|||
WebSite: http://sufficientlysecure.org/index.php/adaway
|
||||
added: null
|
||||
builds:
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: ea5378a94ee0dc1d99d2cec95fae7e6d81afb2b9
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -87,13 +87,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '13'
|
||||
version: '1.12'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: 4128e59da2eac5c2904c7c7568d298ca51e79540
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -120,13 +119,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '16'
|
||||
version: '1.15'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: 0b9985398b9eef7baf6aadd0dbb12002bc199d2e
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -153,13 +151,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '19'
|
||||
version: '1.18'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: ab27f4dab5f3ea5e228cfb4a6b0e1fbf53695f22
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -186,13 +183,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '20'
|
||||
version: '1.19'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: 695e3801e4081026c8f7213a2345fc451d5eb89c
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -219,13 +215,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '21'
|
||||
version: '1.20'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: 65138c11cc8b6affd28b68e125fbc1dff0886a4e
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -252,10 +247,10 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '22'
|
||||
version: '1.21'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: unknown - see disabled
|
||||
|
@ -283,13 +278,12 @@ builds:
|
|||
subdir: null
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '24'
|
||||
version: '1.23'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: f811e53e1e1d2ee047b18715fd7d2072b90ae76b
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -315,13 +309,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '25'
|
||||
version: '1.24'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: ff97932761cdee68638dc2550751a64b2cbe18e7
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -347,13 +340,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '26'
|
||||
version: '1.25'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: 33d4d80998f30bafc88c04c80cbae00b03916f99
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -379,13 +371,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '27'
|
||||
version: '1.26'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: 743d25a7e287505461f33f4b8e57e4cf988fffea
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -411,13 +402,12 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '28'
|
||||
version: '1.27'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: eaa07f4
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -443,10 +433,10 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '30'
|
||||
version: '1.29'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
commit: 71ced3f
|
||||
|
@ -475,10 +465,10 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '33'
|
||||
version: '1.32'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
commit: 9d63c18
|
||||
|
@ -506,10 +496,10 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '34'
|
||||
version: '1.33'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
commit: f2568b1
|
||||
|
@ -538,10 +528,10 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '35'
|
||||
version: '1.34'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
commit: 7442d5d
|
||||
|
@ -570,10 +560,10 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '36'
|
||||
version: '1.35'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
commit: 83fc713
|
||||
|
@ -602,10 +592,10 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '37'
|
||||
version: '1.36'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: false
|
||||
commit: 70da32b567122b701cdcb1609b780eb85732028f
|
||||
|
@ -634,13 +624,16 @@ builds:
|
|||
subdir: org_adaway/
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '38'
|
||||
version: '1.37'
|
||||
- antcommands: []
|
||||
- androidupdate:
|
||||
- .
|
||||
- android-libs/Donations
|
||||
- android-libs/ActionBarSherlock
|
||||
- android-libs/HtmlSpanner/htmlspanner
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.1
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -674,17 +667,16 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update:
|
||||
vercode: '40'
|
||||
version: '2.1'
|
||||
- androidupdate:
|
||||
- .
|
||||
- android-libs/Donations
|
||||
- android-libs/ActionBarSherlock
|
||||
- android-libs/HtmlSpanner/htmlspanner
|
||||
vercode: '40'
|
||||
version: '2.1'
|
||||
- antcommands: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.3
|
||||
disable: false
|
||||
encoding: null
|
||||
|
@ -718,25 +710,19 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update:
|
||||
- .
|
||||
- android-libs/Donations
|
||||
- android-libs/ActionBarSherlock
|
||||
- android-libs/HtmlSpanner/htmlspanner
|
||||
vercode: '42'
|
||||
version: '2.3'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.6
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradle: true
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -756,21 +742,19 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '45'
|
||||
version: '2.6'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.7
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradle: true
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -790,21 +774,19 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '46'
|
||||
version: '2.7'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.8
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradle: true
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -824,21 +806,19 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '47'
|
||||
version: '2.8'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.8.1
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradle: true
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -858,21 +838,19 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '48'
|
||||
version: 2.8.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.9
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradle: true
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -892,21 +870,19 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '49'
|
||||
version: '2.9'
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.9.1
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradle: true
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -926,21 +902,19 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '50'
|
||||
version: 2.9.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v2.9.2
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradle: true
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -960,21 +934,19 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '51'
|
||||
version: 2.9.2
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
buildjni: true
|
||||
commit: v3.0
|
||||
disable: false
|
||||
encoding: null
|
||||
extlibs: []
|
||||
forcevercode: false
|
||||
forceversion: false
|
||||
gradle:
|
||||
- 'yes'
|
||||
gradle: true
|
||||
gradleprops: []
|
||||
init: ''
|
||||
kivy: false
|
||||
|
@ -994,7 +966,6 @@ builds:
|
|||
subdir: AdAway
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '52'
|
||||
version: '3.0'
|
||||
comments:
|
||||
|
|
|
@ -55,7 +55,8 @@ VercodeOperation: null
|
|||
WebSite: http://www.smssecure.org
|
||||
added: null
|
||||
builds:
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: 66367479a4f57f347b5cbe8f6f8f632adaae7727
|
||||
|
@ -95,10 +96,10 @@ builds:
|
|||
subdir: null
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '5'
|
||||
version: 0.3.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: 9675ce5eecb929dcaddb43b3d9486fdb88b9ae1a
|
||||
|
@ -130,10 +131,10 @@ builds:
|
|||
subdir: null
|
||||
submodules: true
|
||||
target: null
|
||||
update: []
|
||||
vercode: '6'
|
||||
version: 0.3.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: v0.4.2
|
||||
|
@ -164,10 +165,10 @@ builds:
|
|||
subdir: null
|
||||
submodules: true
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9'
|
||||
version: 0.4.2
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: v0.5.1
|
||||
|
@ -198,10 +199,10 @@ builds:
|
|||
subdir: null
|
||||
submodules: true
|
||||
target: null
|
||||
update: []
|
||||
vercode: '11'
|
||||
version: 0.5.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: v0.5.2
|
||||
|
@ -231,10 +232,10 @@ builds:
|
|||
subdir: null
|
||||
submodules: true
|
||||
target: null
|
||||
update: []
|
||||
vercode: '12'
|
||||
version: 0.5.2
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: v0.5.3
|
||||
|
@ -264,10 +265,10 @@ builds:
|
|||
subdir: null
|
||||
submodules: true
|
||||
target: null
|
||||
update: []
|
||||
vercode: '100'
|
||||
version: 0.5.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: v0.5.4
|
||||
|
@ -297,10 +298,10 @@ builds:
|
|||
subdir: null
|
||||
submodules: true
|
||||
target: null
|
||||
update: []
|
||||
vercode: '101'
|
||||
version: 0.5.4
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
commit: v0.6.0
|
||||
|
@ -330,7 +331,6 @@ builds:
|
|||
subdir: null
|
||||
submodules: true
|
||||
target: null
|
||||
update: []
|
||||
vercode: '102'
|
||||
version: 0.6.0
|
||||
comments: {}
|
||||
|
|
|
@ -57,7 +57,11 @@ VercodeOperation: '%c + 5'
|
|||
WebSite: http://www.videolan.org/vlc/download-android.html
|
||||
added: null
|
||||
builds:
|
||||
- antcommands: []
|
||||
- androidupdate:
|
||||
- .
|
||||
- ../java-libs/SlidingMenu
|
||||
- ../java-libs/ActionBarSherlock
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.0.11
|
||||
|
@ -85,13 +89,13 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update:
|
||||
vercode: 110
|
||||
version: 0.0.11-ARMv7
|
||||
- androidupdate:
|
||||
- .
|
||||
- ../java-libs/SlidingMenu
|
||||
- ../java-libs/ActionBarSherlock
|
||||
vercode: '110'
|
||||
version: 0.0.11-ARMv7
|
||||
- antcommands: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.0.11
|
||||
|
@ -119,13 +123,13 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update:
|
||||
vercode: 111
|
||||
version: 0.0.11-ARM
|
||||
- androidupdate:
|
||||
- .
|
||||
- ../java-libs/SlidingMenu
|
||||
- ../java-libs/ActionBarSherlock
|
||||
vercode: '111'
|
||||
version: 0.0.11-ARM
|
||||
- antcommands: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: unknown - see disabled
|
||||
|
@ -153,13 +157,13 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update:
|
||||
vercode: 112
|
||||
version: 0.0.11-x86
|
||||
- androidupdate:
|
||||
- .
|
||||
- ../java-libs/SlidingMenu
|
||||
- ../java-libs/ActionBarSherlock
|
||||
vercode: '112'
|
||||
version: 0.0.11-x86
|
||||
- antcommands: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=mips ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.0.11
|
||||
|
@ -187,13 +191,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update:
|
||||
- .
|
||||
- ../java-libs/SlidingMenu
|
||||
- ../java-libs/ActionBarSherlock
|
||||
vercode: '113'
|
||||
vercode: 113
|
||||
version: 0.0.11-mips
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=mips ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.1.3
|
||||
|
@ -223,10 +224,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1301'
|
||||
vercode: 1301
|
||||
version: 0.1.3-MIPS
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.1.3
|
||||
|
@ -256,10 +257,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1302'
|
||||
vercode: 1302
|
||||
version: 0.1.3-x86
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.1.3
|
||||
|
@ -289,10 +290,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1303'
|
||||
vercode: 1303
|
||||
version: 0.1.3-ARM
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.1.3
|
||||
|
@ -322,10 +323,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1304'
|
||||
vercode: 1304
|
||||
version: 0.1.3-ARMv7
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.0
|
||||
|
@ -354,10 +355,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9002'
|
||||
vercode: 9002
|
||||
version: 0.9.0
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.0
|
||||
|
@ -386,10 +387,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9004'
|
||||
vercode: 9004
|
||||
version: 0.9.0
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.1
|
||||
|
@ -418,10 +419,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9102'
|
||||
vercode: 9102
|
||||
version: 0.9.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.1
|
||||
|
@ -450,10 +451,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9104'
|
||||
vercode: 9104
|
||||
version: 0.9.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.5
|
||||
|
@ -482,10 +483,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9502'
|
||||
vercode: 9502
|
||||
version: 0.9.5
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.5
|
||||
|
@ -514,10 +515,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9504'
|
||||
vercode: 9504
|
||||
version: 0.9.5
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.6
|
||||
|
@ -546,10 +547,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9602'
|
||||
vercode: 9602
|
||||
version: 0.9.6
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.6
|
||||
|
@ -578,10 +579,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9604'
|
||||
vercode: 9604
|
||||
version: 0.9.6
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.7
|
||||
|
@ -610,10 +611,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9702'
|
||||
vercode: 9702
|
||||
version: 0.9.7
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.7
|
||||
|
@ -642,10 +643,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9704'
|
||||
vercode: 9704
|
||||
version: 0.9.7
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=mips ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.7.1
|
||||
|
@ -674,10 +675,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9711'
|
||||
vercode: 9711
|
||||
version: 0.9.7.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.7.1
|
||||
|
@ -706,10 +707,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9712'
|
||||
vercode: 9712
|
||||
version: 0.9.7.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.7.1
|
||||
|
@ -738,10 +739,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9714'
|
||||
vercode: 9714
|
||||
version: 0.9.7.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.8
|
||||
|
@ -770,10 +771,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9802'
|
||||
vercode: 9802
|
||||
version: 0.9.8
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.8
|
||||
|
@ -802,10 +803,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9803'
|
||||
vercode: 9803
|
||||
version: 0.9.8
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.8
|
||||
|
@ -834,10 +835,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9804'
|
||||
vercode: 9804
|
||||
version: 0.9.8
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.9
|
||||
|
@ -866,10 +867,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9902'
|
||||
vercode: 9902
|
||||
version: 0.9.9
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.9
|
||||
|
@ -898,10 +899,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9903'
|
||||
vercode: 9903
|
||||
version: 0.9.9
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.9
|
||||
|
@ -930,10 +931,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '9904'
|
||||
vercode: 9904
|
||||
version: 0.9.9
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.10
|
||||
|
@ -962,10 +963,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10002'
|
||||
vercode: 10002
|
||||
version: 0.9.10
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.10
|
||||
|
@ -994,10 +995,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10003'
|
||||
vercode: 10003
|
||||
version: 0.9.10
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 0.9.10
|
||||
|
@ -1026,10 +1027,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10004'
|
||||
vercode: 10004
|
||||
version: 0.9.10
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 1.0.0
|
||||
|
@ -1058,10 +1059,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10006'
|
||||
vercode: 10006
|
||||
version: 1.0.0
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 1.0.0
|
||||
|
@ -1090,10 +1091,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10007'
|
||||
vercode: 10007
|
||||
version: 1.0.0
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 1.0.0
|
||||
|
@ -1122,10 +1123,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10008'
|
||||
vercode: 10008
|
||||
version: 1.0.0
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 1.0.1
|
||||
|
@ -1154,10 +1155,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10102'
|
||||
vercode: 10102
|
||||
version: 1.0.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 1.0.1
|
||||
|
@ -1186,10 +1187,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10103'
|
||||
vercode: 10103
|
||||
version: 1.0.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni: false
|
||||
commit: 1.0.1
|
||||
|
@ -1218,10 +1219,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '10104'
|
||||
vercode: 10104
|
||||
version: 1.0.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.1.3
|
||||
|
@ -1252,10 +1253,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010303'
|
||||
vercode: 1010303
|
||||
version: 1.1.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.1.3
|
||||
|
@ -1286,10 +1287,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010304'
|
||||
vercode: 1010304
|
||||
version: 1.1.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.1.3
|
||||
|
@ -1320,10 +1321,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010305'
|
||||
vercode: 1010305
|
||||
version: 1.1.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.1.5
|
||||
|
@ -1354,10 +1355,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010503'
|
||||
vercode: 1010503
|
||||
version: 1.1.5
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.1.5
|
||||
|
@ -1388,10 +1389,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010504'
|
||||
vercode: 1010504
|
||||
version: 1.1.5
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.1.5
|
||||
|
@ -1422,10 +1423,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010505'
|
||||
vercode: 1010505
|
||||
version: 1.1.5
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.1.6
|
||||
|
@ -1456,10 +1457,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010603'
|
||||
vercode: 1010603
|
||||
version: 1.1.6
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.1.6
|
||||
|
@ -1490,10 +1491,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010604'
|
||||
vercode: 1010604
|
||||
version: 1.1.6
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.1.6
|
||||
|
@ -1524,10 +1525,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1010605'
|
||||
vercode: 1010605
|
||||
version: 1.1.6
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.2.0
|
||||
|
@ -1558,10 +1559,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020003'
|
||||
vercode: 1020003
|
||||
version: 1.2.0
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.2.0
|
||||
|
@ -1592,10 +1593,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020004'
|
||||
vercode: 1020004
|
||||
version: 1.2.0
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.2.0
|
||||
|
@ -1626,10 +1627,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020005'
|
||||
vercode: 1020005
|
||||
version: 1.2.0
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.2.1
|
||||
|
@ -1660,10 +1661,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020103'
|
||||
vercode: 1020103
|
||||
version: 1.2.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.2.1
|
||||
|
@ -1694,10 +1695,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020104'
|
||||
vercode: 1020104
|
||||
version: 1.2.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.2.1
|
||||
|
@ -1728,10 +1729,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020105'
|
||||
vercode: 1020105
|
||||
version: 1.2.1
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.2.2
|
||||
|
@ -1762,10 +1763,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020203'
|
||||
vercode: 1020203
|
||||
version: 1.2.2
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.2.2
|
||||
|
@ -1796,10 +1797,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020204'
|
||||
vercode: 1020204
|
||||
version: 1.2.2
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.2.2
|
||||
|
@ -1830,10 +1831,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020205'
|
||||
vercode: 1020205
|
||||
version: 1.2.2
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.2.3
|
||||
|
@ -1864,10 +1865,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020303'
|
||||
vercode: 1020303
|
||||
version: 1.2.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.2.3
|
||||
|
@ -1898,10 +1899,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020304'
|
||||
vercode: 1020304
|
||||
version: 1.2.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.2.3
|
||||
|
@ -1932,10 +1933,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020305'
|
||||
vercode: 1020305
|
||||
version: 1.2.3
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.2.4
|
||||
|
@ -1966,10 +1967,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020403'
|
||||
vercode: 1020403
|
||||
version: 1.2.4
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.2.4
|
||||
|
@ -2000,10 +2001,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020404'
|
||||
vercode: 1020404
|
||||
version: 1.2.4
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.2.4
|
||||
|
@ -2034,10 +2035,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020405'
|
||||
vercode: 1020405
|
||||
version: 1.2.4
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.2.5
|
||||
|
@ -2068,10 +2069,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020503'
|
||||
vercode: 1020503
|
||||
version: 1.2.5
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.2.5
|
||||
|
@ -2102,10 +2103,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020504'
|
||||
vercode: 1020504
|
||||
version: 1.2.5
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.2.5
|
||||
|
@ -2136,10 +2137,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1020505'
|
||||
vercode: 1020505
|
||||
version: 1.2.5
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi" --release
|
||||
buildjni: false
|
||||
commit: 1.2.6
|
||||
|
@ -2170,10 +2171,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1030003'
|
||||
vercode: 1030003
|
||||
version: 1.2.6
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni: false
|
||||
commit: 1.2.6
|
||||
|
@ -2204,10 +2205,10 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1030004'
|
||||
vercode: 1030004
|
||||
version: 1.2.6
|
||||
- antcommands: []
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
build: cd ../ && ./compile.sh -a "x86" --release
|
||||
buildjni: false
|
||||
commit: 1.2.6
|
||||
|
@ -2238,8 +2239,7 @@ builds:
|
|||
subdir: vlc-android
|
||||
submodules: false
|
||||
target: null
|
||||
update: []
|
||||
vercode: '1030005'
|
||||
vercode: 1030005
|
||||
version: 1.2.6
|
||||
comments: {}
|
||||
id: org.videolan.vlc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue