bugsnag/bugsnag-js

View on GitHub
packages/react-native/bugsnag-react-native.gradle

Summary

Maintainability
Test Coverage
allprojects {
    repositories {
        maven { // bugsnag AAR dependencies are installed from npm
            url "$rootDir/../node_modules/@bugsnag/react-native/android"
        }
    }
}

logger.warn('[Bugsnag] "bugsnag-react-native.gradle" should not applied manually. Install the Bugsnag Android Gradle Plugin and remove this from your Gradle file.')