Skip to content

Commit 11275bc

Browse files
committed
...
1 parent 40da955 commit 11275bc

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
repo under construction, sorry
2+
13
Android 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
1416
buildscript {
1517

build.gradle

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
apply plugin: com.efraespada.stringobfuscatorplugin.StringObfuscatorPlugin
1+
2+
apply plugin: com.efraespada.stringcare.StringCarePlugin
23

34
buildscript {
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

3536
task 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
}

0 commit comments

Comments
 (0)