Skip to content

Commit

Permalink
Prefer mavenCentral (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjliu15 committed Feb 9, 2022
1 parent 976b267 commit 5bd973c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/app_open_example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext.kotlin_version = '1.5.31'
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -14,7 +14,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions packages/google_mobile_ads/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version '1.0-SNAPSHOT'
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -15,7 +15,7 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down
6 changes: 2 additions & 4 deletions packages/google_mobile_ads/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenLocal()
mavenCentral()
}

dependencies {
Expand All @@ -13,8 +12,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenLocal()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions packages/mediation_example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -12,7 +12,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit 5bd973c

Please sign in to comment.