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

class BugsnagPluginExtension {
    def String endpoint = 'https://upload.bugsnag.com'
    def String apiKey = null
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy