From 311ec604f8fc55ce0fa7cf470439ab25e9ba93cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Thu, 23 Oct 2014 15:22:40 +0200 Subject: [PATCH] Also bump build-tools in the example config --- examples/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2