com.commencis.secretsvaultplugin
Owner: Commencis
This plugin allows any Android developer to deeply hide secrets in its project to prevent credentials harvesting.
https://github.com/Commencis/secrets-vault-plugin
Sources: https://github.com/Commencis/secrets-vault-plugin.git
Version 0.1.1 (latest)
0.1.1
Created 27 November 2023.
This plugin allows any Android developer to deeply hide secrets in its project to prevent credentials harvesting.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.commencis.secretsvaultplugin") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.commencis.secretsvaultplugin:secretsvaultplugin:0.1.1") } } apply(plugin = "com.commencis.secretsvaultplugin")
- Applying plugins to all subprojects .