We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8f03 commit 271b222Copy full SHA for 271b222
.travis.yml
@@ -10,5 +10,8 @@ android:
10
- android-28
11
- extra-android-m2repository
12
13
+before_install:
14
+- yes | sdkmanager "platforms;android-28"
15
+
16
script:
17
- ./gradlew clean build
0 commit comments