From 09ccfb069da336e87872adf9caf05876e63ab773 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 16 Jul 2022 18:29:19 -0400 Subject: [PATCH] update Android build tools to 33.0.0 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0f0a5d8..aea7d3e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,7 +33,7 @@ android { } compileSdk = 32 - buildToolsVersion = "32.0.0" + buildToolsVersion = "33.0.0" defaultConfig { applicationId = "app.grapheneos.pdfviewer"