We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4247060 + 967e4c4 commit 4f5936dCopy full SHA for 4f5936d
3 files changed
README.md
@@ -16,7 +16,7 @@ Gradle implementation
16
buildscript {
17
18
ext {
19
- stringcare_version = '0.4'
+ stringcare_version = '0.5'
20
}
21
22
repositories {
build.gradle
@@ -2,7 +2,7 @@
2
3
4
5
6
7
8
@@ -36,3 +36,7 @@ task clean(type: Delete) {
36
37
38
apply plugin: StringCare
39
+
40
+stringcare {
41
+ debug false
42
+}
library/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
-version = "0.4"
+version = "0.5"
android {
compileSdkVersion 25
0 commit comments