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 6568e69 commit 22f106fCopy full SHA for 22f106f
.travis.yml
@@ -0,0 +1,17 @@
1
+language: android
2
+android:
3
+ components:
4
+ - platform-tools
5
+ - tools
6
+ - build-tools-23.0.3
7
+ - android-23
8
+ - extra-google-google_play_services
9
+ - extra-google-m2repository
10
+ - extra-android-m2repository
11
+ - addon-google_apis-google-23
12
+ licenses:
13
+ - 'android-sdk-preview-license-52d11cd2'
14
+ - 'android-sdk-license-.+'
15
+ - 'google-gdk-license-.+'
16
+script:
17
+ - ./gradlew clean :library:prepareArtifacts
0 commit comments