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