mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
all: upgrade to AGP 7.1.0-rc01 (#1678)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user