From 9a6ed9bcb374d0700bd16de553789035d31e79d5 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Wed, 14 Sep 2022 16:42:11 -0400 Subject: [PATCH] Update Dockerfile to build with compileSdk 32. --- reproducible-builds/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproducible-builds/Dockerfile b/reproducible-builds/Dockerfile index b8c3af9378..3142b2e508 100644 --- a/reproducible-builds/Dockerfile +++ b/reproducible-builds/Dockerfile @@ -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