droid-password-store.android-plugins.0.0.2.source-code.com.github.android-password-store.sentry.gradle.kts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-plugins Show documentation
Show all versions of android-plugins Show documentation
Gradle convention plugin collection for Android projects
The newest version!
@file:Suppress("PropertyName")
import io.sentry.android.gradle.InstrumentationFeature
plugins {
id("com.android.application")
id("io.sentry.android.gradle")
}
sentry {
autoUploadProguardMapping.set(true)
ignoredBuildTypes.set(setOf("debug"))
tracingInstrumentation {
enabled.set(true)
features.set(setOf(InstrumentationFeature.FILE_IO))
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy