mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-22 04:35:24 -04:00
Bump sample values for newer ndk/build-tools versions
This commit is contained in:
1 parent
a35ff3e154
commit
eb7d2dceab
1 file changed
+2
-2
+2
-2
@@ -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"
|
||||
|
||||
Reference in new issue
Block a user