Bump versions (#50)

This commit is contained in:
Fedor Korotkov
2023-03-16 10:55:54 -04:00
committed by GitHub
parent 2ede7045d9
commit 4cebe9c89b
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
FROM cirrusci/android-sdk:33
# https://developer.android.com/ndk/downloads
ENV ANDROID_NDK_VERSION 25.2.9519653
RUN yes | sdkmanager "ndk;$ANDROID_NDK_VERSION"
+2 -1
View File
@@ -1,7 +1,8 @@
FROM cirrusci/android-sdk:tools
# https://developer.android.com/studio/releases/build-tools
ENV ANDROID_PLATFORM_VERSION 33
ENV ANDROID_BUILD_TOOLS_VERSION 33.0.1
ENV ANDROID_BUILD_TOOLS_VERSION 33.0.2
RUN yes | sdkmanager \
"platforms;android-$ANDROID_PLATFORM_VERSION" \
+1 -1
View File
@@ -13,7 +13,7 @@ ENV ANDROID_SDK_ROOT=$ANDROID_HOME \
PATH=${PATH}:${ANDROID_HOME}/cmdline-tools/latest/bin:${ANDROID_HOME}/platform-tools:${ANDROID_HOME}/emulator
# comes from https://developer.android.com/studio/#command-tools
ENV ANDROID_SDK_TOOLS_VERSION 9123335
ENV ANDROID_SDK_TOOLS_VERSION 9477386
RUN set -o xtrace \
&& cd /opt \