From e6e7c14d9a2176754b8228be93955169164f324b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 7 Sep 2019 04:19:33 -0400 Subject: [PATCH] raise compileSdkVersion to 29 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d398a17..5125d84 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 29 buildToolsVersion "29.0.2" defaultConfig { applicationId "org.grapheneos.pdfviewer"