Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 40ed9cd

Browse files
committed
Merge pull request #8 from selcukbulca/master
Add build tools version 23.0.3
2 parents 076a223 + 061a4f8 commit 40ed9cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RUN echo y | android update sdk --no-ui --all --filter android-10
5858
# build tools
5959
# Please keep these in descending order!
6060
RUN echo y | android update sdk --no-ui --all --filter build-tools-24.0.0-preview
61+
RUN echo y | android update sdk --no-ui --all --filter build-tools-23.0.3
6162
RUN echo y | android update sdk --no-ui --all --filter build-tools-23.0.2
6263
RUN echo y | android update sdk --no-ui --all --filter build-tools-23.0.1
6364
RUN echo y | android update sdk --no-ui --all --filter build-tools-22.0.1

0 commit comments

Comments
 (0)