From: Daniel Martí Date: Thu, 23 Oct 2014 13:22:40 +0000 (+0200) Subject: Also bump build-tools in the example config X-Git-Tag: 0.3.0~39 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=311ec604f8fc55ce0fa7cf470439ab25e9ba93cb;p=fdroidserver.git Also bump build-tools in the example config --- diff --git a/examples/config.py b/examples/config.py index a2cc50fc..e1272649 100644 --- a/examples/config.py +++ b/examples/config.py @@ -9,7 +9,7 @@ # Override the path to the Android NDK, $ANDROID_NDK by default # ndk_path = "/path/to/android-ndk" # Build tools version to be used -build_tools = "20.0.0" +build_tools = "21.0.2" # Command for running Ant # ant = "/path/to/ant"