raise minSdkVersion to 26

This commit is contained in:
Daniel Micay 2021-01-27 16:33:13 -05:00
parent 322065acc1
commit 31ca9b5c9f
3 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ android {
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "org.grapheneos.pdfviewer"
minSdkVersion 24
minSdkVersion 26
targetSdkVersion 30
versionCode 6
versionName versionCode.toString()