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 @@ -43,6 +43,7 @@ matrix:
43
43
- tools
44
44
- platform-tools
45
45
- tools
46
+ - build-tools-26.0.2
46
47
- env : PLATFORM=android-5.1
47
48
os : linux
48
49
language : android
@@ -52,6 +53,7 @@ matrix:
52
53
- tools
53
54
- platform-tools
54
55
- tools
56
+ - build-tools-26.0.2
55
57
- env : PLATFORM=android-6.0
56
58
os : linux
57
59
language : android
@@ -61,6 +63,7 @@ matrix:
61
63
- tools
62
64
- platform-tools
63
65
- tools
66
+ - build-tools-26.0.2
64
67
- env : PLATFORM=android-7.0
65
68
os : linux
66
69
language : android
@@ -70,6 +73,7 @@ matrix:
70
73
- tools
71
74
- platform-tools
72
75
- tools
76
+ - build-tools-26.0.2
73
77
before_install :
74
78
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
75
79
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
You can’t perform that action at this time.
0 commit comments