Skip to content

Commit

Permalink
Merge pull request #10 from wordpress-mobile/upgrade-to-rn-0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Jun 21, 2021
2 parents 1b964b1 + e74bb90 commit 1d95bb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android-exoplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repositories {

dependencies {

implementation 'com.facebook.react:react-native:0.61.5'
implementation 'com.facebook.react:react-native:0.64.0'

implementation('com.google.android.exoplayer:exoplayer:2.9.3') {
exclude group: 'com.android.support'
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ repositories {
google()
jcenter()
maven {
url "https://dl.bintray.com/wordpress-mobile/react-native-mirror/"
url "https://a8c-libs.s3.amazonaws.com/android/react-native-mirror"
}
}

dependencies {
implementation 'com.facebook.react:react-native:0.61.5'
implementation 'com.facebook.react:react-native:0.64.0'

implementation 'com.yqritc:android-scalablevideoview:1.0.4'
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"eslint": "1.10.3",
"eslint-config-airbnb": "4.0.0",
"eslint-plugin-react": "3.16.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hot-loader": "^4.6.3",
"react-native": "^0.57.8"
"react-native": "^0.64.0"
},
"dependencies": {
"prop-types": "^15.5.10"
Expand Down

0 comments on commit 1d95bb8

Please sign in to comment.