raise minSdkVersion to 26
This commit is contained in:
parent
322065acc1
commit
31ca9b5c9f
@ -5,7 +5,7 @@ android {
|
|||||||
buildToolsVersion "30.0.2"
|
buildToolsVersion "30.0.2"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.grapheneos.pdfviewer"
|
applicationId "org.grapheneos.pdfviewer"
|
||||||
minSdkVersion 24
|
minSdkVersion 26
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 6
|
versionCode 6
|
||||||
versionName versionCode.toString()
|
versionName versionCode.toString()
|
||||||
|
Loading…
Reference in New Issue
Block a user