Skip to content

Commit

Permalink
Revert "Add repositories to each build script"
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 25, 2024
1 parent 1fa4ed9 commit 70bf3f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ val developerEmail by extra("[email protected]")

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

repositories {
google()
mavenCentral()
}

android {
namespace = "dev.hotwire.core"
compileSdk = 34
Expand Down
5 changes: 0 additions & 5 deletions navigation-fragments/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ val developerEmail by extra("[email protected]")

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

repositories {
google()
mavenCentral()
}

android {
namespace = "dev.hotwire.navigation"
compileSdk = 34
Expand Down

0 comments on commit 70bf3f0

Please sign in to comment.