mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Merge toolchain and dependencies.
Toolchain now became "simple" dependencies. They are referenced by Platform. Platform are now created at demande and a neutralPlatform now exists.
This commit is contained in:
@ -10,7 +10,7 @@ main_project_versions = {
|
||||
|
||||
# This is the "version" of the whole base_deps_versions dict.
|
||||
# Change this when you change base_deps_versions.
|
||||
base_deps_meta_version = '3'
|
||||
base_deps_meta_version = '4'
|
||||
|
||||
|
||||
base_deps_versions = {
|
||||
@ -25,5 +25,7 @@ base_deps_versions = {
|
||||
'icu4c' : '58.2',
|
||||
'Gradle' : '4.6',
|
||||
'libaria2' : '1.33.1',
|
||||
'libmagic' : '5.33'
|
||||
'libmagic' : '5.33',
|
||||
'android-sdk' : 'r25.2.3',
|
||||
'android-ndk' : 'r13b'
|
||||
}
|
||||
|
Reference in New Issue
Block a user