Skip to content

Commit

Permalink
Merge pull request #7 from evollu/patch-1
Browse files Browse the repository at this point in the history
don't depend on specific firebase version
  • Loading branch information
ianlin authored Aug 13, 2016
2 parents a6d172c + e1cc261 commit e99ea24
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 e99ea24

Please sign in to comment.