Skip to content

Commit 6027651

Browse files
committed
Use version 0.6.3 of Metro, with the bugfix we need
1 parent 29a97fc commit 6027651

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencyAnalysis = "2.19.0"
5252
# DI
5353
dagger = "2.57.1"
5454
anvil = "0.4.1"
55-
metro = "0.7.0-SNAPSHOT"
55+
metro = "0.6.3"
5656

5757
# Auto service
5858
autoservice = "1.1.1"

plugins/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ plugins {
1010
}
1111

1212
repositories {
13-
mavenLocal()
14-
mavenCentral()
13+
mavenCentral()
1514
google()
1615
}
1716

plugins/settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ rootProject.name = "ElementX_plugins"
99

1010
dependencyResolutionManagement {
1111
repositories {
12-
mavenLocal()
13-
mavenCentral()
12+
mavenCentral()
1413
}
1514
versionCatalogs {
1615
create("libs") {

settings.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import java.net.URI
99

1010
pluginManagement {
1111
repositories {
12-
mavenLocal()
13-
includeBuild("plugins")
12+
includeBuild("plugins")
1413
gradlePluginPortal()
1514
google()
1615
mavenCentral()
@@ -19,8 +18,7 @@ pluginManagement {
1918
dependencyResolutionManagement {
2019
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
2120
repositories {
22-
mavenLocal()
23-
google()
21+
google()
2422
mavenCentral()
2523
maven {
2624
url = URI("https://www.jitpack.io")

0 commit comments

Comments
 (0)