Created
November 3, 2016 10:13
-
-
Save harmittaa/024ae5a5670a906b258e9279432146c3 to your computer and use it in GitHub Desktop.
This file contains 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", | |
"android": { | |
"components": [ | |
"tools", | |
"tools", | |
"platform-tools", | |
"build-tools-24.0.2", | |
"android-19", | |
"extra-google-m2repository", | |
"extra-android-m2repository", | |
"addon-google_apis-google-19" | |
], | |
"licenses": [ | |
"android-sdk-preview-license-52d11cd2", | |
"android-sdk-license-.+", | |
"google-gdk-license-.+" | |
] | |
}, | |
"before_install": [ | |
"chmod +x gradlew" | |
], | |
"script": [ | |
"./gradlew build connectedCheck --stacktrace" | |
], | |
"group": "stable", | |
"dist": "precise", | |
"os": "linux" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment