Created
April 19, 2016 00:06
-
-
Save cnevinc/410c91e2c5ac3b613e9dd992d7f70cec to your computer and use it in GitHub Desktop.
for Android Studio 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: android | |
jdk: | |
- oraclejdk8 | |
env: | |
matrix: | |
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a | |
global: | |
- ADB_INSTALL_TIMEOUT=8 | |
android: | |
components: | |
- build-tools-23.0.3 | |
- android-23 | |
- add-on | |
- extra | |
- sys-img-armeabi-v7a-android-21 | |
before_script: | |
- wget http://services.gradle.org/distributions/gradle-2.10-bin.zip | |
- unzip gradle-2.10-bin.zip | |
- export GRADLE_HOME=$PWD/gradle-2.10 | |
- export PATH=$GRADLE_HOME/bin:$PATH | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment