File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ matrix:
48
48
components :
49
49
- tools
50
50
- extra-android-m2repository
51
+ - build-tools-26.0.2
51
52
- env : PLATFORM=android-5.1
52
53
os : linux
53
54
language : android
@@ -56,6 +57,7 @@ matrix:
56
57
components :
57
58
- tools
58
59
- extra-android-m2repository
60
+ - build-tools-26.0.2
59
61
- env : PLATFORM=android-6.0
60
62
os : linux
61
63
language : android
@@ -64,6 +66,7 @@ matrix:
64
66
components :
65
67
- tools
66
68
- extra-android-m2repository
69
+ - build-tools-26.0.2
67
70
- env : PLATFORM=android-7.0
68
71
os : linux
69
72
language : android
@@ -72,6 +75,7 @@ matrix:
72
75
components :
73
76
- tools
74
77
- extra-android-m2repository
78
+ - build-tools-26.0.2
75
79
before_install :
76
80
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
77
81
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
You can’t perform that action at this time.
0 commit comments