
To resolve this issue (and any similar version mismatches), you should follow Gradle’s guide on altering the versions of transitive dependencies. Upload ProGuard, DexGuard, and R8 mappings, NDK symbol files, React Native source maps, and report builds to BugSnag using our Gradle plugin for Android. That itself has a dependency on a different version of the Okio library. This occurs when your project adds another gradle plugin to your If only the root project is listed, it’s a single-project build. Either import the build with an IDE or run gradle projects from the command line.

> $default(Ljava/io/File ZILjava/lang/Object )Lokio/Sink To let gradle(Build system on Android) process the manifest files with queries tag, the project needs to atleast use 5.6.4+ gradle version. Determine whether the project has a Gradle wrapper and use it if it’s there the main IDEs default to using the wrapper when it’s available. Some users have reported that the BugSnag Android Gradle Plugin can throw a NoSuchMethodError: Execution failed for task ':app:processBugsnagReleaseManifest'.

You will also need to update the meta-data element at the bottom of your app manifest file ( AndroidManifest.xml) accordingly: FAQ BugSnag Android Gradle Plugin throws a NoSuchMethodError

You can disable automatic upload via the bugsnag extension: bugsnag The plugin only supports uploading mapping files from application modules.
