corymsmith / react-native-fabric

A React Native library for Fabric, Crashlytics and Answers
MIT License
1.31k stars 236 forks source link

Update the crashlytics version number in the README #175

Closed autoreleasefool closed 6 years ago

autoreleasefool commented 6 years ago

Fixes #174

Crashlytics SDK version was incremented in 9d432c2408236049bb87bd319e3fddf69da6be8c but the README was not updated to have developers depend on the new version. Not a major issue, as the gradle would have resolved to the new version in our build.gradle, but still confusing for developers.