chiark / gitweb /
Revert "all: add NDK r12b and set it as default"
[fdroidserver.git] / examples / config.py
index 1a3367e86a9fc2c24e1366ea941e899c4ca78aa3..97628e7e0ad8f97d394c75ac1dae9262d667716b 100644 (file)
 #     'r10e': "$ANDROID_NDK",
 # }
 
-# If you want to build apps that use retrolambda and Java 1.8, you'll need to
-# have both 1.7 and 1.8 installed.
 # java_paths = {
-#     '1.7': "/usr/lib/jvm/java-7-openjdk",
-#     '1.8': None,
+#     '1.8': "/usr/lib/jvm/java-8-openjdk",
 # }
 
 # Build tools version to be used
-# build_tools = "23.0.3"
+# build_tools = "24.0.0"
 
 # Force all build to use the above version of build -tools, good for testing
 # builds without having all of the possible build-tools installed.