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 4.7.5
4.7.5
Created 18 May 2020.
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 "4.7.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.bugsnag:bugsnag-android-gradle-plugin:4.7.5") } } apply(plugin = "com.bugsnag.android.gradle")
- Applying plugins to all subprojects .