language: android
android:
  components:
    - build-tools-19.0.2
    - android-10
  licenses:
    - 'android-sdk-.*'
    - '.*intel.+'
script:
  - ./gradlew build
notifications:
  email
    - akiggund@thoughtworks.com