From eb7d2dceab83ae43f027c41ea3e39f0d2c914ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 17 Sep 2013 20:24:25 +0200 Subject: [PATCH] Bump sample values for newer ndk/build-tools versions --- config.sample.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample.py b/config.sample.py index bceb5da9..3756cc0a 100644 --- a/config.sample.py +++ b/config.sample.py @@ -6,10 +6,10 @@ sdk_path = "/path/to/android-sdk-linux_86" # Path to the Android NDK ($ANDROID_NDK) -ndk_path = "/path/to/android-ndk-r8e" +ndk_path = "/path/to/android-ndk-r9" # Build tools version to be used -build_tools = "18.0.1" +build_tools = "18.1" # Path to Android Java SWT ($ANDROID_SWT) javacc_path = "/usr/share/java"