Update Dockerfile to build with compileSdk 32.

This commit is contained in:
Greyson Parrelli 2022-09-14 16:42:11 -04:00
parent c8f0bd7b82
commit 9a6ed9bcb3

View file

@ -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