Skip to content

Commit 70bf3f0

Browse files
committed
Revert "Add repositories to each build script"
1 parent 1fa4ed9 commit 70bf3f0

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

core/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ val developerEmail by extra("androidteam@basecamp.com")
2424

2525
val isSonatypeRelease by extra(project.hasProperty("sonatype"))
2626

27-
repositories {
28-
google()
29-
mavenCentral()
30-
}
31-
3227
android {
3328
namespace = "dev.hotwire.core"
3429
compileSdk = 34

navigation-fragments/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ val developerEmail by extra("androidteam@basecamp.com")
2323

2424
val isSonatypeRelease by extra(project.hasProperty("sonatype"))
2525

26-
repositories {
27-
google()
28-
mavenCentral()
29-
}
30-
3126
android {
3227
namespace = "dev.hotwire.navigation"
3328
compileSdk = 34

0 commit comments

Comments
 (0)