chiark / gitweb /
all: add and switch to build-tools v24
[fdroidserver.git] / fdroidserver / common.py
index 17df02aec47117e0b360763f6f349d90a3406595..732d18d2b6adc55222dc8ca2e67c57875abd89cb 100644 (file)
@@ -58,7 +58,8 @@ default_config = {
         'r9b': None,
         'r10e': "$ANDROID_NDK",
     },
-    'build_tools': "23.0.3",
+    'build_tools': "24.0.0",
+    'force_build_tools': False,
     'java_paths': None,
     'ant': "ant",
     'mvn3': "mvn",