all: upgrade to AGP 7.1.0-rc01 (#1678)
This commit is contained in:
parent
98010c7ff9
commit
d838b7da59
2 changed files with 6 additions and 5 deletions
|
@ -60,10 +60,11 @@ android {
|
|||
buildFeatures.compose = true
|
||||
|
||||
lint {
|
||||
isAbortOnError = true
|
||||
isCheckReleaseBuilds = false
|
||||
disable("MissingTranslation", "PluralsCandidate", "ImpliedQuantity")
|
||||
disable("CoroutineCreationDuringComposition")
|
||||
abortOnError = true
|
||||
checkReleaseBuilds = false
|
||||
disable.add("MissingTranslation")
|
||||
disable.add("PluralsCandidate")
|
||||
disable.add("ImpliedQuantity")
|
||||
}
|
||||
|
||||
composeOptions { kotlinCompilerExtensionVersion = libs.versions.compose.get() }
|
||||
|
|
|
@ -39,7 +39,7 @@ androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.
|
|||
aps-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:2.0.0"
|
||||
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.1"
|
||||
|
||||
build-agp = "com.android.tools.build:gradle:7.0.4"
|
||||
build-agp = "com.android.tools.build:gradle:7.1.0-rc01"
|
||||
build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0"
|
||||
build-kover = "org.jetbrains.kotlinx:kover:0.4.4"
|
||||
build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.6.10"
|
||||
|
|
Loading…
Reference in a new issue