Skip to content

Commit

Permalink
33.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atikur-rabbi committed Apr 23, 2024
1 parent 7274c0a commit fcced22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ FROM we2app/java
LABEL maintainer="[email protected]" \
org.label-schema.schema-version="1.0" \
org.label-schema.name="Android Image" \
org.label-schema.description="Android Image 34.0.0"
org.label-schema.description="Android Image 33.0.1"


# https://developer.android.com/studio/#downloads
ENV ANDROID_SDK_URL="https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip" \
ANDROID_BUILD_TOOLS_VERSION=34.0.0\
ANDROID_BUILD_TOOLS_VERSION=33.0.1 \
ANT_HOME="/usr/share/ant" \
MAVEN_HOME="/usr/share/maven" \
GRADLE_HOME="/usr/share/gradle" \
Expand Down

0 comments on commit fcced22

Please sign in to comment.