Use version 0.6.3 of Metro, with the bugfix we need

This commit is contained in:
Jorge Martín 2025-08-25 08:47:48 +02:00
parent fc3153bd26
commit 60cdf61cf2
4 changed files with 5 additions and 9 deletions

View file

@ -52,7 +52,7 @@ dependencyAnalysis = "2.19.0"
# DI # DI
dagger = "2.57.1" dagger = "2.57.1"
anvil = "0.4.1" anvil = "0.4.1"
metro = "0.7.0-SNAPSHOT" metro = "0.6.3"
# Auto service # Auto service
autoservice = "1.1.1" autoservice = "1.1.1"

View file

@ -10,8 +10,7 @@ plugins {
} }
repositories { repositories {
mavenLocal() mavenCentral()
mavenCentral()
google() google()
} }

View file

@ -9,8 +9,7 @@ rootProject.name = "ElementX_plugins"
dependencyResolutionManagement { dependencyResolutionManagement {
repositories { repositories {
mavenLocal() mavenCentral()
mavenCentral()
} }
versionCatalogs { versionCatalogs {
create("libs") { create("libs") {

View file

@ -9,8 +9,7 @@ import java.net.URI
pluginManagement { pluginManagement {
repositories { repositories {
mavenLocal() includeBuild("plugins")
includeBuild("plugins")
gradlePluginPortal() gradlePluginPortal()
google() google()
mavenCentral() mavenCentral()
@ -19,8 +18,7 @@ pluginManagement {
dependencyResolutionManagement { dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories { repositories {
mavenLocal() google()
google()
mavenCentral() mavenCentral()
maven { maven {
url = URI("https://www.jitpack.io") url = URI("https://www.jitpack.io")