Skip to content

Commit

Permalink
Use RN 29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl authored and Adel Grimm committed Dec 1, 2016
1 parent b23ca3d commit 45d4fc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
}

dependencies {
compile 'com.facebook.react:react-native:0.30.0-rc.0'
compile 'com.facebook.react:react-native:0.29.2'
compile "com.google.android.gms:play-services-base:9.2.0"
compile 'com.google.android.gms:play-services-maps:9.2.0'
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"react": "15.2.0",
"react-native": "^0.30.0-rc",
"react-native": "^0.29.2",
"react-native-maps": "../"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
],
"dependencies": {
"react": "15.2.0",
"react-native": "^0.30.0-rc"
"react-native": "^0.29.2"
},
"devDependencies": {
"react": "15.2.0",
"react-native": "^0.30.0-rc"
"react-native": "^0.29.2"
}
}

0 comments on commit 45d4fc2

Please sign in to comment.