You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: android
|
|
dist: trusty
|
|
android:
|
|
components:
|
|
- android-30
|
|
- build-tools-30.0.3
|
|
- platform-tools-30.0.5
|
|
- tools
|
|
script: ./gradlew -Dorg.gradle.jvmargs=-Xmx1536m assembleDebug lintDebug |