diff --git a/RnDiffApp/android/build.gradle b/RnDiffApp/android/build.gradle index 15c71ff11..a1e80854a 100644 --- a/RnDiffApp/android/build.gradle +++ b/RnDiffApp/android/build.gradle @@ -22,8 +22,8 @@ buildscript { allprojects { repositories { - google() mavenLocal() + google() jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm diff --git a/RnDiffApp/package.json b/RnDiffApp/package.json index 6568e02c5..ce10435f4 100644 --- a/RnDiffApp/package.json +++ b/RnDiffApp/package.json @@ -7,8 +7,8 @@ "test": "jest" }, "dependencies": { - "react": "16.6.0-alpha.8af6728", - "react-native": "0.57.4" + "react": "16.6.1", + "react-native": "0.57.5" }, "devDependencies": { "babel-jest": "23.6.0",