tonyxiao / react-native-analytics

React Native wrapper for SegmentIO's Analytics SDK
https://github.com/smore-inc/react-native-segment-io-analytics
MIT License
34 stars 19 forks source link

Chore: update analytics lib versions #19

Closed ericketts closed 5 years ago

ericketts commented 5 years ago

this updates the segment Analytics lib to use the latest version on both iOS and Android. it also specifies the Android version explicitly, rather than allowing anything within v4 (its pinned to the latest, and having the :4+ as they did is a lint/correctness issue according to android)

ericketts commented 5 years ago

wrong base!