All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bugsnag.android.gradle.BugsnagPluginExtension.groovy Maven / Gradle / Ivy

There is a newer version: 8.1.0
Show newest version
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