From 503ac7e930d6b67815a38ab95d6d695d10f490c1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 10 Feb 2020 10:24:46 -0500 Subject: [PATCH] update build tools to 29.0.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8586f52..e57e481 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 29 - buildToolsVersion "29.0.2" + buildToolsVersion "29.0.3" defaultConfig { applicationId "org.grapheneos.pdfviewer" minSdkVersion 24