Skip to content

Commit

Permalink
version 0.57.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinis committed Oct 26, 2018
1 parent 36c0804 commit 1d309d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RnDiffApp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
supportLibVersion = "27.1.1"
}
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
Expand All @@ -22,13 +22,13 @@ buildscript {

allprojects {
repositories {
google()
mavenLocal()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
google()
}
}

Expand Down
2 changes: 1 addition & 1 deletion RnDiffApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.3"
"react-native": "0.57.4"
},
"devDependencies": {
"babel-jest": "23.6.0",
Expand Down

0 comments on commit 1d309d7

Please sign in to comment.