Update Dockerfile to build with compileSdk 32.
This commit is contained in:
parent
c8f0bd7b82
commit
9a6ed9bcb3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN apt-get update -y && apt-get install -y $(cat docker/dependencies.txt)
|
|||
RUN docker/print-versions.sh docker/dependencies.txt
|
||||
|
||||
ENV ANDROID_COMMAND_LINE_TOOLS_FILENAME commandlinetools-linux-7583922_latest.zip
|
||||
ENV ANDROID_API_LEVELS android-31
|
||||
ENV ANDROID_API_LEVELS android-32
|
||||
ENV ANDROID_BUILD_TOOLS_VERSION 31.0.0
|
||||
|
||||
ENV ANDROID_HOME /usr/local/android-sdk-linux
|
||||
|
|
Loading…
Add table
Reference in a new issue