Skip to content

Commit 51278cf

Browse files
committed
Fix: maven repositories
1 parent c8157a6 commit 51278cf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

get-started/settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pluginManagement {
2323
includeGroupAndSubgroups("com.android")
2424
includeGroupAndSubgroups("com.google")
2525
}
26-
gradlePluginPortal()
27-
mavenCentral()
2826
}
27+
gradlePluginPortal()
28+
mavenCentral()
2929
}
3030
}
3131

migrate-room/settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pluginManagement {
2323
includeGroupAndSubgroups("com.android")
2424
includeGroupAndSubgroups("com.google")
2525
}
26-
gradlePluginPortal()
27-
mavenCentral()
2826
}
27+
gradlePluginPortal()
28+
mavenCentral()
2929
}
3030
}
3131

0 commit comments

Comments
 (0)