File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -41,27 +41,31 @@ matrix:
41
41
android :
42
42
components :
43
43
- tools
44
+ - build-tools-26.0.2
44
45
- env : PLATFORM=android-5.1
45
46
os : linux
46
47
language : android
47
48
jdk : oraclejdk8
48
49
android :
49
50
components :
50
51
- tools
52
+ - build-tools-26.0.2
51
53
- env : PLATFORM=android-6.0
52
54
os : linux
53
55
language : android
54
56
jdk : oraclejdk8
55
57
android :
56
58
components :
57
59
- tools
60
+ - build-tools-26.0.2
58
61
- env : PLATFORM=android-7.0
59
62
os : linux
60
63
language : android
61
64
jdk : oraclejdk8
62
65
android :
63
66
components :
64
67
- tools
68
+ - build-tools-26.0.2
65
69
before_install :
66
70
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
67
71
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
You can’t perform that action at this time.
0 commit comments