Skip to content

Commit

Permalink
fix: replace jcenter with mavenCentral (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto authored Dec 19, 2022
1 parent eb96a7c commit 295fd55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OneSignalSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://maven.google.com' }
// OneSignal-Gradle-Plugin - Local testing
// maven { url uri('../../repo') }
Expand Down Expand Up @@ -32,7 +32,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
flatDir {
dirs 'libs'
}
Expand Down

0 comments on commit 295fd55

Please sign in to comment.