This commit is contained in:
MedzikUser 2021-10-03 20:50:17 +02:00
parent f4f71f2af1
commit 7d1f445227
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ENV ANDROID_PLATFORM_VERSION 30
ENV ANDROID_BUILD_TOOLS_VERSION 30.0.2
RUN yes | sdkmanager \
"platform-tools;latest" \
"platform-tools" \
"platforms;android-$ANDROID_PLATFORM_VERSION" \
"build-tools;$ANDROID_BUILD_TOOLS_VERSION" \
"cmdline-tools;latest" \