File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ language : android
2+ android :
3+ components :
4+ - platform-tools
5+ - tools
6+
7+ - build-tools-24.0.3
8+ - android-24
9+
10+ - extra-google-m2repository
11+ - extra-android-m2repository
12+
13+ - sys-img-x86-android-24
14+ - sys-img-x86-android-23
15+ - sys-img-x86-android-22
16+ - sys-img-x86-android-21
17+ - sys-img-x86-android-20
18+ - sys-img-x86-android-19
19+ - sys-img-x86-android-18
20+ - sys-img-x86-android-17
21+ - sys-img-x86-android-16
22+ - sys-img-x86-android-15
23+ - sys-img-x86-android-10
24+
25+ jdk :
26+ - oraclejdk8
27+ - oraclejdk7
28+ - openjdk6
29+ - openjdk7
30+
31+ before_cache :
32+ - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
33+ cache :
34+ directories :
35+ - $HOME/.gradle/caches/
36+ - $HOME/.gradle/wrapper/
37+
38+ script : ./gradlew testAllModules
You can’t perform that action at this time.
0 commit comments