Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
* Android SDK Command-line Tools: 4.0 → 5.0
* Android SDK Platform-Tools: 31.0.2 → 31.0.3
  • Loading branch information
alvr committed Aug 1, 2021
1 parent 6f9825b commit a36c002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL maintainer="Álvaro Salcedo García <[email protected]>"

ENV ANDROID_SDK_ROOT "/opt/sdk"
ENV ANDROID_HOME ${ANDROID_SDK_ROOT}
ENV CMDLINE_VERSION "4.0"
ENV SDK_TOOLS "7302050"
ENV CMDLINE_VERSION "5.0"
ENV SDK_TOOLS "7583922"
ENV PATH $PATH:${ANDROID_SDK_ROOT}/cmdline-tools/${CMDLINE_VERSION}/bin:${ANDROID_SDK_ROOT}/platform-tools:${ANDROID_SDK_ROOT}/extras/google/instantapps

RUN apk add --no-cache bash git unzip wget && \
Expand Down

0 comments on commit a36c002

Please sign in to comment.