Skip to content

Commit 2722396

Browse files
committed
testing extensions
1 parent b96f8ac commit 2722396

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4040
apply plugin: com.efraespada.stringobfuscatorplugin.StringObfuscatorPlugin
4141

42+
stringobfuscator {
43+
modules {
44+
sample {
45+
accessKey = ['ppp']
46+
}
47+
}
48+
}

0 commit comments

Comments
 (0)