com.chrisney.enigma
Owner: Christopher Ney
Obfuscator Strings Encryption plugin for Android/Java apps.
https://github.com/christopherney/Enigma
Sources: https://github.com/christopherney/Enigma
Version 1.0.0.6
1.0.0.6
Created 18 December 2019.
Obfuscator Strings Encryption plugin for Android/Java apps.
Using the plugins DSL:
plugins {
id("com.chrisney.enigma") version "1.0.0.6"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.chrisney:enigma:1.0.0.6")
}
}
apply(plugin = "com.chrisney.enigma")
Using the plugins DSL:
plugins {
id "com.chrisney.enigma" version "1.0.0.6"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.chrisney:enigma:1.0.0.6"
}
}
apply plugin: "com.chrisney.enigma"