Skip to content

Commit

Permalink
replace depricated API
Browse files Browse the repository at this point in the history
  • Loading branch information
manipbsc committed Jan 19, 2022
1 parent 718c76f commit 3ba54ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down Expand Up @@ -31,6 +31,6 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:+'
implementation 'com.facebook.react:react-native:+'
}

0 comments on commit 3ba54ac

Please sign in to comment.