File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,14 @@ LABEL Description="This image provides a base Android development environment fo
21
21
22
22
ENV DEBIAN_FRONTEND=noninteractive
23
23
24
+ # old versions to make sure build pass before RN versions are bumped
25
+ ARG ANDROID_BUILD_VERSION_deprecated=30
26
+ ARG ANDROID_TOOLS_VERSION_deprecated=30.0.3
27
+
24
28
# set default build arguments
25
29
ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
26
- ARG ANDROID_BUILD_VERSION=30
27
- ARG ANDROID_TOOLS_VERSION=30 .0.3
30
+ ARG ANDROID_BUILD_VERSION=31
31
+ ARG ANDROID_TOOLS_VERSION=31 .0.0
28
32
ARG NDK_VERSION=21.4.7075529
29
33
ARG NODE_VERSION=14.x
30
34
ARG WATCHMAN_VERSION=4.9.0
@@ -108,7 +112,9 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
108
112
&& yes | sdkmanager "platform-tools" \
109
113
"emulator" \
110
114
"platforms;android-$ANDROID_BUILD_VERSION" \
115
+ "platforms;android-$ANDROID_BUILD_VERSION_deprecated" \
111
116
"build-tools;$ANDROID_TOOLS_VERSION" \
117
+ "build-tools;$ANDROID_TOOLS_VERSION_deprecated" \
112
118
"cmake;3.18.1" \
113
119
"system-images;android-21;google_apis;armeabi-v7a" \
114
120
"ndk;$NDK_VERSION" \
You can’t perform that action at this time.
0 commit comments