com.bugsnag.android.gradle.BugsnagPluginExtension.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bugsnag-android-gradle-plugin Show documentation
Show all versions of bugsnag-android-gradle-plugin Show documentation
Gradle plugin to automatically upload ProGuard mapping files to Bugsnag.
package com.bugsnag.android.gradle
/**
* Defines configuration options (Gradle plugin extensions) for the BugsnagPlugin
*/
class BugsnagPluginExtension {
def String endpoint = 'https://upload.bugsnag.com'
def String apiKey = null
def boolean autoUpload = true;
def boolean autoProguardConfig = true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy