File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -2,30 +2,20 @@ language: android
2
2
android :
3
3
components :
4
4
- tools
5
+ - platform-tools
5
6
- build-tools-23.0.2
6
7
- android-23
7
8
- extra-android-support
8
9
- extra-android-m2repository
9
10
- extra-google-m2repository
10
11
11
- # Uncomment the lines below if you want to
12
- # use the latest revision of Android SDK Tools
13
- # - platform-tools
14
- # - tools
15
-
16
- # The BuildTools version used by your project
17
- # - build-tools-23.0.2
18
-
19
- # The SDK version used to compile your project
20
- # - android-23
21
-
22
12
# Additional components
23
13
# - extra-google-google_play_services
24
- # - extra-google-m2repository
25
- # - extra-android-m2repository
26
14
# - addon-google_apis-google-19
27
15
28
- # Specify at least one system image,
29
- # if you need to run emulator(s) during your tests
16
+ # Specify at least one system image, if you need to run emulator(s) during your tests
30
17
# - sys-img-armeabi-v7a-android-19
31
- # - sys-img-x86-android-17
18
+ # - sys-img-x86-android-17
19
+
20
+ licenses :
21
+ - ' .+'
You can’t perform that action at this time.
0 commit comments