Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

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 b3d907b + 3e34c75 commit 6e15b19
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.61.5'
implementation 'com.facebook.react:react-native:0.64.0'
} else {
//noinspection GradleDynamicVersion
api "com.facebook.react:react-native:+"
Expand Down

0 comments on commit 6e15b19

Please sign in to comment.