From: Daniel Martí Date: Tue, 24 Mar 2015 20:36:42 +0000 (+0100) Subject: Forgot to bump build_tools in the configs X-Git-Tag: 0.4.0~104 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=45925c6816e24a04e0b17089003a177d6f094edd;p=fdroidserver.git Forgot to bump build_tools in the configs --- diff --git a/buildserver/config.buildserver.py b/buildserver/config.buildserver.py index 9e511096..67079769 100644 --- a/buildserver/config.buildserver.py +++ b/buildserver/config.buildserver.py @@ -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" diff --git a/examples/config.py b/examples/config.py index 31b44ab6..4ad5a323 100644 --- a/examples/config.py +++ b/examples/config.py @@ -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" diff --git a/fdroidserver/common.py b/fdroidserver/common.py index dc8162e1..38eed060 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -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',