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 b696d98 commit e04f5b9Copy full SHA for e04f5b9
.travis.yml
@@ -12,5 +12,10 @@ android:
12
- extra-android-m2repository
13
- extra-google-m2repository
14
15
+before_install:
16
+ - mkdir "$ANDROID_HOME/licenses" || true
17
+ - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
18
+ - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
19
+
20
script:
21
- ./gradlew build connectedCheck
0 commit comments