solve deprecations in app build.gradle.kts
Signed-off-by: June <june@eridan.me>
This commit is contained in:
parent
846757d3fb
commit
df63e56bed
@ -26,7 +26,7 @@ android {
|
||||
}
|
||||
|
||||
compileSdk = 31
|
||||
buildToolsVersion("31.0.0")
|
||||
buildToolsVersion = "31.0.0"
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "org.grapheneos.pdfviewer"
|
||||
@ -34,7 +34,7 @@ android {
|
||||
targetSdk = 31
|
||||
versionCode = 7
|
||||
versionName = versionCode.toString()
|
||||
resConfigs("en")
|
||||
resourceConfigurations.add("en")
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
Loading…
Reference in New Issue
Block a user