Skip to content

Commit 36d1c79

Browse files
authored
Bump Android Tool Version to 33.0.1
React Native is currently using Android Tool Version to 33.0.1 which is causing the CI to download every time a build happens. This will re-align the two versions.
1 parent c1a1f54 commit 36d1c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
88
# https://developer.android.com/studio#command-tools
99
ARG SDK_VERSION=commandlinetools-linux-9477386_latest.zip
1010
ARG ANDROID_BUILD_VERSION=33
11-
ARG ANDROID_TOOLS_VERSION=33.0.0
11+
ARG ANDROID_TOOLS_VERSION=33.0.1
1212
ARG NDK_VERSION=25.1.8937393
1313
ARG NODE_VERSION=18
1414
ARG WATCHMAN_VERSION=4.9.0

0 commit comments

Comments
 (0)