Skip to content

Commit

Permalink
Merge pull request #2 from wordpress-mobile/feat/upgrade-rn-binary-to…
Browse files Browse the repository at this point in the history
…-0.64.0
  • Loading branch information
ceyhun authored Jun 22, 2021
2 parents ed48f51 + 047ae60 commit 2811e99
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
Expand Up @@ -49,7 +49,7 @@ repositories {
jcenter()
if (project == rootProject) {
maven {
url "https://dl.bintray.com/wordpress-mobile/react-native-mirror/"
url "https://a8c-libs.s3.amazonaws.com/android/react-native-mirror"
}
} else {
// When building as a dep, the RN's maven repo is locally in the node_modules folder
Expand All @@ -61,7 +61,7 @@ repositories {
dependencies {
if (project == rootProject) {
// If this is the root project (e.g. Jitpack), specify a version
implementation 'com.facebook.react:react-native:0.60.0-rc.1'
implementation 'com.facebook.react:react-native:0.64.0'
} else {
//noinspection GradleDynamicVersion
api "com.facebook.react:react-native:+"
Expand Down

0 comments on commit 2811e99

Please sign in to comment.