MindscapeHQ / raygun4reactnative

ReactNative crash reporting SDK for Raygun
MIT License
3 stars 3 forks source link

Support react-native@0.67 on Android #55

Closed Widdershin closed 2 years ago

Widdershin commented 2 years ago

react-native@0.67 requires an updated version of Gradle, which no longer supports the maven plugin.

This PR updates the android build.gradle to use the new maven-publish plugin, which offers the same functionality.

Fixes #52 when released.

frenic commented 2 years ago

Thanks! But I tried to build the Android app with these changes and encountered this problem https://github.com/MindscapeHQ/raygun4reactnative/issues/57