mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-02 23:35:08 +00:00
all: upgrade to AGP 7.1.0-rc01 (#1678)
This commit is contained in:
@@ -60,10 +60,11 @@ android {
|
|||||||
buildFeatures.compose = true
|
buildFeatures.compose = true
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
isAbortOnError = true
|
abortOnError = true
|
||||||
isCheckReleaseBuilds = false
|
checkReleaseBuilds = false
|
||||||
disable("MissingTranslation", "PluralsCandidate", "ImpliedQuantity")
|
disable.add("MissingTranslation")
|
||||||
disable("CoroutineCreationDuringComposition")
|
disable.add("PluralsCandidate")
|
||||||
|
disable.add("ImpliedQuantity")
|
||||||
}
|
}
|
||||||
|
|
||||||
composeOptions { kotlinCompilerExtensionVersion = libs.versions.compose.get() }
|
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-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:2.0.0"
|
||||||
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.1"
|
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-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0"
|
||||||
build-kover = "org.jetbrains.kotlinx:kover:0.4.4"
|
build-kover = "org.jetbrains.kotlinx:kover:0.4.4"
|
||||||
build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.6.10"
|
build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.6.10"
|
||||||
|
Reference in New Issue
Block a user