blob: 9a6a6a437a1694d02c374cf72b377453b49bef01 [file] [log] [blame]
language: android
jdk: oraclejdk8
android:
components:
- extra-android-m2repository
- extra-android-support
- platform-tools
- tools
- build-tools-24.0.2
- android-24
env:
global:
- GRADLE_OPTS="-XX:MaxPermSize=4g -Xmx4g"
- ANDROID_SDKS=android-16
- ANDROID_TARGET=android-16
before_install:
# TODO: Remove the following line when Travis' platform-tools are updated to v24+
- echo yes | android update sdk -a --filter platform-tools --no-ui --force
script:
- ./gradlew build