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 c00f366 commit 9892855Copy full SHA for 9892855
.travis.yml
@@ -37,7 +37,7 @@ android:
37
- 'google-gdk-license-.+'
38
39
before_install:
40
- - touch $HOME/.android/repositories.cfg
+ - mkdir -p $HOME/.android; touch $HOME/.android/repositories.cfg
41
- yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS"
42
- yes | sdkmanager "platforms;android-$ANDROID_API"
43
0 commit comments