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

Update Android build.gradle dependencies #21

Closed ollyc2015 closed 7 months ago

ollyc2015 commented 7 months ago

compile has now been deprecated in Android, are you able to do the below update? This will fix build errors when trying to open a React Native project inside Android Studio, so the build will succeed. Also, so we can compile Java 9+ source, please set compileSdkVersion to 30 or above. Thanks.

dependencies {
    implementation 'com.facebook.react:react-native:0.19.+'
    implementation 'com.segment.analytics.android:analytics:4+'
}