Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created August 3, 2019 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhoxbypass/af2cccea88c7f00c6e4da914451709a6 to your computer and use it in GitHub Desktop.
Save nhoxbypass/af2cccea88c7f00c6e4da914451709a6 to your computer and use it in GitHub Desktop.
language: android
jdk:
- oraclejdk8
android:
components:
- tools
- platform-tools
# The BuildTools version used by your project
- build-tools-28.0.3
# The SDK version used to compile your project
- android-28
# Support library
- extra-android-support
- extra-android-m2repository
before_install:
- yes | sdkmanager "platforms;android-28"
- chmod +x gradlew
script:
- ./gradlew clean build -Pbuild=devCI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment