1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00

Bump sample values for newer ndk/build-tools versions

This commit is contained in:
Daniel Martí 2013-09-17 20:24:25 +02:00
parent a35ff3e154
commit eb7d2dceab

View File

@ -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"