Skip to content

Commit 967e4c4

Browse files
committed
v0.5
1 parent 4ad1d93 commit 967e4c4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gradle implementation
1616
buildscript {
1717
1818
ext {
19-
stringcare_version = '0.4'
19+
stringcare_version = '0.5'
2020
}
2121
2222
repositories {

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33

44
ext {
5-
stringcare_version = '0.4'
5+
stringcare_version = '0.5'
66
}
77

88
repositories {
@@ -36,3 +36,7 @@ task clean(type: Delete) {
3636
}
3737

3838
apply plugin: StringCare
39+
40+
stringcare {
41+
debug false
42+
}

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.4"
5+
version = "0.5"
66

77
android {
88
compileSdkVersion 25

0 commit comments

Comments
 (0)