Skip to content

Commit

Permalink
Merge pull request #3 from wordpress-mobile/feat/upgrade-rn-binary-to…
Browse files Browse the repository at this point in the history
…-0.64.0

Build against RN 0.64.0 on JitPack
  • Loading branch information
ceyhun authored Jun 22, 2021
2 parents 6c51226 + 6406b77 commit dd19d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
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 {
implementation 'com.facebook.react:react-native:+'
}
Expand Down

0 comments on commit dd19d75

Please sign in to comment.