mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
chore(deps): bump com.squareup:anvil to v2.4.4
This commit is contained in:
parent
92ba77a838
commit
fdf13fd201
3 changed files with 1 additions and 20 deletions
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
|
@ -39,17 +39,6 @@
|
|||
"https://androidx.dev/storage/compose-compiler/repository/",
|
||||
"https://repo.maven.apache.org/maven2/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": [
|
||||
"maven"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"com.squareup.anvil"
|
||||
],
|
||||
"registryUrls": [
|
||||
"https://repo.maven.apache.org/maven2/"
|
||||
]
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
|
|
|
@ -86,7 +86,7 @@ whetstone = { module = "com.deliveryhero.whetstone:whetstone", version.ref = "wh
|
|||
|
||||
[plugins]
|
||||
android-test = { id = "com.android.test", version.ref = "agp" }
|
||||
anvil = "com.squareup.anvil:2.4.4-SNAPSHOT"
|
||||
anvil = "com.squareup.anvil:2.4.4"
|
||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
whetstone = { id = "dev.msfjarvis.whetstone", version.ref = "whetstone" }
|
||||
|
|
|
@ -38,10 +38,6 @@ pluginManagement {
|
|||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("com.squareup.anvil") }
|
||||
}
|
||||
includeBuild("build-logic")
|
||||
mavenCentral()
|
||||
}
|
||||
|
@ -117,10 +113,6 @@ dependencyResolutionManagement {
|
|||
forRepository { maven("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
|
||||
filter { includeGroup("com.squareup.anvil") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository/") }
|
||||
filter { includeGroup("androidx.compose.compiler") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue