io.github.c0nnor263.obfustring-plugin
Owner: Oleh Boichuk
This plugin obfuscates your strings
https://github.com/c0nnor263/obfustring-plugin
Sources: https://github.com/c0nnor263/Obfustring.git
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.c0nnor263.obfustring-plugin") version "1.5.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.c0nnor263:plugin:1.5.3") } } apply(plugin = "io.github.c0nnor263.obfustring-plugin")
- Applying plugins to all subprojects .