mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Update many android tools
* Gradle from 1.7 to 1.8 * Android SDK from 21.0.1 to 22.2.1 * SDK Build Tools from 18.0.1 to 18.1.1 * Added legacy toolchains to NDK r9
This commit is contained in:
parent
8d1db23eee
commit
efcf850247
6 changed files with 26 additions and 16 deletions
|
@ -6,10 +6,11 @@
|
|||
sdk_path = "/path/to/android-sdk-linux_86"
|
||||
|
||||
# Path to the Android NDK ($ANDROID_NDK)
|
||||
# Legacy toolchains are only needed by some apps
|
||||
ndk_path = "/path/to/android-ndk-r9"
|
||||
|
||||
# Build tools version to be used
|
||||
build_tools = "18.1"
|
||||
build_tools = "18.1.1"
|
||||
|
||||
# Path to Android Java SWT ($ANDROID_SWT)
|
||||
javacc_path = "/usr/share/java"
|
||||
|
@ -21,7 +22,9 @@ mvn3 = "mvn3"
|
|||
gradle = "gradle"
|
||||
|
||||
# Android gradle plugin version
|
||||
gradle_plugin = "0.5.+"
|
||||
# "0.5.+" -> gradle 1.7
|
||||
# "0.6.+" -> gradle 1.8
|
||||
gradle_plugin = "0.6.+"
|
||||
|
||||
# Max height and width (in pixels) for the icons in the repo
|
||||
# This corresponds to 72x72 pixels, i.e. mdpi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue