File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1+ repo under construction, sorry
2+
13Android String Obfuscator
24=========================
35
@@ -9,7 +11,7 @@ Gradle implementation
911``` groovy
1012// root_project/build.gradle
1113
12- apply plugin: com.efraespada.stringobfuscatorplugin.StringObfuscatorPlugin
14+ apply plugin: com.efraespada.stringcare.StringCarePlugin
1315
1416buildscript {
1517
Original file line number Diff line number Diff line change 1- apply plugin : com.efraespada.stringobfuscatorplugin.StringObfuscatorPlugin
1+
2+ apply plugin : com.efraespada.stringcare.StringCarePlugin
23
34buildscript {
45
@@ -16,7 +17,7 @@ buildscript {
1617 }
1718
1819 dependencies {
19- classpath files(' ../StringObfuscatorPlugin /build/libs/stringobfuscatorplugin -0.5.0 .jar' )
20+ classpath files(' ../AndroidPlugin /build/libs/stringcareplugin -0.1 .jar' )
2021 // classpath "com.efraespada:stringobfuscatorplugin:$aso_sop_version"
2122 classpath ' com.android.tools.build:gradle:3.0.1'
2223 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
@@ -34,13 +35,4 @@ allprojects {
3435
3536task clean (type : Delete ) {
3637 delete rootProject. buildDir
37- }
38-
39- stringobfuscator {
40- modules {
41- sample {
42- stringFiles = [' strings.xml' ]
43- srcFolders = [' src/main' ]
44- }
45- }
4638}
You can’t perform that action at this time.
0 commit comments