Skip to content

Commit d0d4682

Browse files
committed
v0.4
1 parent d376389 commit d0d4682

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

build.gradle

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
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

3738
apply 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-
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "0.3"
5+
version = "0.4"
66

77
android {
88
compileSdkVersion 25
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)