io.github.season-max.privacy_sentry
Owner: season
gradle plugin for privacy sentry
https://github.com/season-max/zy_privacy_sentry
Sources: https://github.com/season-max/zy_privacy_sentry
Version 0.41 (latest)
0.41
Created 08 December 2022.
gradle plugin for privacy sentry
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.season-max.privacy_sentry") version "0.41"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.season-max:privacy-plugin:0.41") } } apply(plugin = "io.github.season-max.privacy_sentry")
- Applying plugins to all subprojects .