mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Forgot to bump build_tools in the configs
This commit is contained in:
parent
71d8888308
commit
45925c6816
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ ndk_paths = {
|
|||
'r9b': "/home/vagrant/android-ndk/r9b",
|
||||
'r10d': "/home/vagrant/android-ndk/r10d"
|
||||
}
|
||||
build_tools = "21.1.2"
|
||||
build_tools = "22.0.0"
|
||||
ant = "ant"
|
||||
mvn3 = "mvn"
|
||||
gradle = "gradle"
|
||||
|
|
|
@ -15,7 +15,7 @@ ndk_paths = {
|
|||
}
|
||||
|
||||
# Build tools version to be used
|
||||
build_tools = "21.1.2"
|
||||
build_tools = "22.0.0"
|
||||
|
||||
# Command or path to binary for running Ant
|
||||
ant = "ant"
|
||||
|
|
|
@ -47,7 +47,7 @@ default_config = {
|
|||
'r9b': None,
|
||||
'r10d': "$ANDROID_NDK"
|
||||
},
|
||||
'build_tools': "21.1.2",
|
||||
'build_tools': "22.0.0",
|
||||
'ant': "ant",
|
||||
'mvn3': "mvn",
|
||||
'gradle': 'gradle',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue