mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix: prevent upgrading to Anvil k1.8 build
This commit is contained in:
parent
543edf36e8
commit
e3627ca89d
8 changed files with 19 additions and 7 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -22,7 +22,6 @@
|
|||
{
|
||||
"matchPackageNames": [
|
||||
"androidx.compose.compiler:compiler",
|
||||
"com.squareup.anvil",
|
||||
"dev.drewhamilton.poko",
|
||||
"org.jetbrains.kotlin:kotlin-gradle-plugin",
|
||||
"org.jetbrains.kotlin.plugin.serialization",
|
||||
|
@ -45,6 +44,7 @@
|
|||
{
|
||||
"matchPackageNames": [
|
||||
"com.android.tools:r8",
|
||||
"com.squareup.anvil",
|
||||
],
|
||||
"enabled": false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue