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