com.bugsnag.android.gradle
Owner: Bugsnag
Gradle plugin to automatically upload ProGuard mapping files to Bugsnag.
https://github.com/bugsnag/bugsnag-android-gradle-plugin/
Sources: https://github.com/bugsnag/bugsnag-android-gradle-plugin.git
Version 5.7.1
5.7.1
Created 18 January 2021.
Gradle plugin to automatically upload ProGuard mapping files to Bugsnag.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.bugsnag.android.gradle") version "5.7.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bugsnag:bugsnag-android-gradle-plugin:5.7.1") } } apply(plugin = "com.bugsnag.android.gradle")
- Applying plugins to all subprojects .