File tree Expand file tree Collapse file tree 3 files changed +6
-20
lines changed
sample/src/main/res/values Expand file tree Collapse file tree 3 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 22buildscript {
33
44 ext {
5- stringcare_version = ' 0.3 '
5+ stringcare_version = ' 0.4 '
66 }
77
88 repositories {
@@ -16,6 +16,7 @@ buildscript {
1616
1717 dependencies {
1818 classpath " com.stringcare:plugin:$stringcare_version "
19+ // classpath files('../AndroidPlugin/build/libs/plugin-0.4.jar')
1920 classpath ' com.android.tools.build:gradle:3.0.1'
2021 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2122 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
@@ -35,18 +36,3 @@ task clean(type: Delete) {
3536}
3637
3738apply plugin : StringCare
38-
39-
40- stringcare {
41-
42- debug true
43-
44- modules {
45-
46- sample {
47- stringFiles = [' strings.xml' ," other_file.xml" ]
48- srcFolders = [' src/main' , " other_folder" ]
49- }
50-
51- }
52- }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 0.3 "
5+ version = " 0.4 "
66
77android {
88 compileSdkVersion 25
Original file line number Diff line number Diff line change 11<resources >
2- <string name =" hello" hidden =" true" >hello world!</string >
3- <string name =" app_name" >String Obfuscator Sample</string >
4- </resources >
2+ <string name =" hello" hidden =" true" >hello world!</string >
3+ <string name =" app_name" >String Obfuscator Sample</string >
4+ </resources >
You can’t perform that action at this time.
0 commit comments