Skip to content

Commit

Permalink
fix(Android): Replace jCenter with mavenCentral (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaslecomte authored Nov 4, 2021
1 parent 0d55c08 commit b047208
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand Down Expand Up @@ -41,7 +41,5 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'

implementation 'com.thanosfisherman.wifiutils:wifiutils:1.6.4'
implementation 'com.thanosfisherman.elvis:elvis:3.0'
implementation 'io.github.thanosfisherman.wifiutils:wifiutils:1.6.6'
}

0 comments on commit b047208

Please sign in to comment.