Skip to content

Commit

Permalink
fixed jcenter/mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
dawid-niedzwiecki authored Nov 26, 2022
1 parent 7059f6f commit 53d2cc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ version '1.0-SNAPSHOT'

buildscript {
repositories {
jcenter()
google()
mavenCentral()
maven {
url "https://maven.google.com"
}
Expand All @@ -16,7 +17,8 @@ buildscript {

rootProject.allprojects {
repositories {
jcenter()
google()
mavenCentral()
maven {
url "https://maven.google.com"
}
Expand Down

0 comments on commit 53d2cc9

Please sign in to comment.