From 42185aa0a99f450647293ed921ff53104956ad55 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 24 Nov 2020 02:55:36 -0500 Subject: [PATCH] update build tools to 30.0.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 307d875..a8006e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 30 - buildToolsVersion "29.0.3" + buildToolsVersion "30.0.2" defaultConfig { applicationId "org.grapheneos.pdfviewer" minSdkVersion 24