mirror of
https://github.com/bitwarden/android.git
synced 2026-03-19 13:36:39 -05:00
Add androidx.lifecycle dependencies to kotlin group (#104)
This commit is contained in:
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
@@ -37,8 +37,9 @@
|
||||
"matchPackagePatterns": [
|
||||
"androidx.compose.compiler:compiler",
|
||||
"androidx.compose:compose-bom",
|
||||
"org.jetbrains.kotlin.*",
|
||||
"com.google.devtools.ksp"
|
||||
"androidx.lifecycle:*",
|
||||
"com.google.devtools.ksp",
|
||||
"org.jetbrains.kotlin.*"
|
||||
],
|
||||
"matchManagers": [
|
||||
"gradle"
|
||||
|
||||
Reference in New Issue
Block a user