Skip to content

Commit

Permalink
fix(android): remove jcenter
Browse files Browse the repository at this point in the history
jcenter was sunset

fix #9
  • Loading branch information
craftzdog committed Nov 1, 2022
1 parent e989037 commit 3ce33a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ buildscript {
// Buildscript is evaluated before everything else so we can't use getExtOrDefault
repositories {
google()
jcenter()
mavenCentral()
}

Expand Down Expand Up @@ -84,7 +83,6 @@ android {

repositories {
mavenCentral()
jcenter()
google()

def found = false
Expand Down
1 change: 0 additions & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ allprojects {
}

google()
jcenter()
maven { url 'https://www.jitpack.io' }
}
}

0 comments on commit 3ce33a8

Please sign in to comment.