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