File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ buildscript {
1717 }
1818
1919 dependencies {
20- // classpath files('../StringObfuscatorPlugin/build/libs/stringobfuscatorplugin-0.4.1.jar')
21- classpath " com.efraespada:stringobfuscatorplugin:$aso_sop_version "
20+ classpath files(' ../StringObfuscatorPlugin/build/libs/stringobfuscatorplugin-0.4.1.jar' )
21+ // classpath "com.efraespada:stringobfuscatorplugin:$aso_sop_version"
2222 classpath ' com.android.tools.build:gradle:3.0.1'
2323 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2424 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
@@ -39,3 +39,10 @@ task clean(type: Delete) {
3939
4040apply plugin : com.efraespada.stringobfuscatorplugin.StringObfuscatorPlugin
4141
42+ stringobfuscator {
43+ modules {
44+ sample {
45+ accessKey = [' ppp' ]
46+ }
47+ }
48+ }
You can’t perform that action at this time.
0 commit comments