File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ FROM openjdk:8-slim
3
3
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
4
4
5
5
# set default build arguments
6
- ARG SDK_VERSION=sdk-tools-linux-3859397 .zip
6
+ ARG SDK_VERSION=sdk-tools-linux-4333796 .zip
7
7
ARG ANDROID_BUILD_VERSION=28
8
- ARG ANDROID_TOOLS_VERSION=28.0.2
8
+ ARG ANDROID_TOOLS_VERSION=28.0.3
9
9
ARG BUCK_VERSION=2019.01.10.01
10
10
ARG NDK_VERSION=17c
11
11
ARG WATCHMAN_VERSION=4.9.0
@@ -62,9 +62,9 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
62
62
63
63
64
64
# Add android SDK tools
65
- RUN mkdir ~/.android && echo '### User Sources for Android SDK Manager' > ~/.android/repositories.cfg \
65
+ RUN cd ~ && mkdir ~/.android && echo '### User Sources for Android SDK Manager' > ~/.android/repositories.cfg \
66
66
&& yes | sdkmanager --licenses && sdkmanager --update \
67
- && sdkmanager "platform-tools" \
67
+ && yes | sdkmanager "platform-tools" \
68
68
"emulator" \
69
69
"platforms;android-$ANDROID_BUILD_VERSION" \
70
70
"build-tools;$ANDROID_TOOLS_VERSION" \
You can’t perform that action at this time.
0 commit comments