mirror of
https://github.com/cirruslabs/docker-images-android.git
synced 2026-05-17 16:20:35 +00:00
Bump versions (#50)
This commit is contained in:
@@ -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
@@ -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" \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user