Made android module load only when SDK defined

This commit is contained in:
Anuken
2018-10-24 13:07:51 -04:00
parent de6681d00a
commit 605d50166a
2 changed files with 16 additions and 10 deletions
+1 -9
View File
@@ -1,14 +1,6 @@
language: android
jdk:
- openjdk8
android:
components:
- android-28
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-28
- build-tools-28.0.3
script:
- "./gradlew test"
- "./gradlew desktop:dist"