Use version 0.6.3 of Metro, with the bugfix we need
This commit is contained in:
parent
29a97fc0d9
commit
6027651d85
4 changed files with 5 additions and 9 deletions
|
|
@ -52,7 +52,7 @@ dependencyAnalysis = "2.19.0"
|
|||
# DI
|
||||
dagger = "2.57.1"
|
||||
anvil = "0.4.1"
|
||||
metro = "0.7.0-SNAPSHOT"
|
||||
metro = "0.6.3"
|
||||
|
||||
# Auto service
|
||||
autoservice = "1.1.1"
|
||||
|
|
|
|||
|
|
@ -10,8 +10,7 @@ plugins {
|
|||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,7 @@ rootProject.name = "ElementX_plugins"
|
|||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
mavenCentral()
|
||||
}
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
|
|
|
|||
|
|
@ -9,8 +9,7 @@ import java.net.URI
|
|||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
includeBuild("plugins")
|
||||
includeBuild("plugins")
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
|
|
@ -19,8 +18,7 @@ pluginManagement {
|
|||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
mavenLocal()
|
||||
google()
|
||||
google()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = URI("https://www.jitpack.io")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue