language: android sudo: false jdk: - oraclejdk8 android: components: - tools - build-tools-25.0.3 - android-25 - extra-android-support - extra-android-m2repository licenses: - 'android-sdk-license-.+' - '.*intel.+' before_install: - chmod +x gradlew - git submodule update --init --recursive install: - ./gradlew script: - ./gradlew assembleDebug --stacktrace