raise compileSdkVersion to 29

This commit is contained in:
Daniel Micay 2019-09-07 04:19:33 -04:00
parent 0eee7ed458
commit e6e7c14d9a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "org.grapheneos.pdfviewer"