Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Hai authored Dec 23, 2017
1 parent 9923bda commit 5fad7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ RUN wget -q https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
&& unzip /opt/tools.zip -d $ANDROID_HOME \
&& rm -f /opt/tools.zip

RUN yes | sdkmanager 'build-tools;26.0.1' 'extras;google;m2repository' 'platform-tools' 'platforms;android-26' 'tools'
RUN yes | sdkmanager 'build-tools;27.0.3' 'extras;google;m2repository' 'platform-tools' 'platforms;android-27' 'tools'

0 comments on commit 5fad7bf

Please sign in to comment.