Skip to content

Commit

Permalink
don't depend on specific firebase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Libin Lu authored Aug 12, 2016
1 parent a6d172c commit e1cc261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ android {

dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.google.firebase:firebase-core:9.2.0'
compile 'com.google.firebase:firebase-crash:9.2.0'
compile 'com.google.firebase:firebase-core:+'
compile 'com.google.firebase:firebase-crash:+'
}

0 comments on commit e1cc261

Please sign in to comment.