Commit 1e1a987f authored by Antoine Rousseau's avatar Antoine Rousseau

fix #78: don't pin gradle dependency versions

parent 2ebefdda
...@@ -19,6 +19,6 @@ android { ...@@ -19,6 +19,6 @@ android {
} }
dependencies { dependencies {
compile 'com.facebook.react:react-native:0.11.+' compile 'com.facebook.react:react-native:+'
compile 'com.google.android.gms:play-services-gcm:8.3.0' compile 'com.google.android.gms:play-services-gcm:+'
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment