Skip to content

Commit

Permalink
added pr mboeddeker#8
Browse files Browse the repository at this point in the history
  • Loading branch information
harrowmykel committed May 27, 2023
1 parent 606b57e commit 8229eb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ buildscript {
ext.kotlin_version = '1.7.20'
repositories {
google()
jcenter()
// jcenter()
mavenCentral()
}

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

Expand Down
6 changes: 4 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ buildscript {
ext.kotlin_version = '1.7.20'
repositories {
google()
jcenter()
// jcenter()
mavenCentral()
}

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

Expand Down

0 comments on commit 8229eb7

Please sign in to comment.