solve deprecations in app build.gradle.kts

Signed-off-by: June <june@eridan.me>
This commit is contained in:
June 2022-01-23 01:28:37 +00:00 committed by Daniel Micay
parent 846757d3fb
commit df63e56bed
1 changed files with 2 additions and 2 deletions

View File

@ -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 {