File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gradle implementation
1616buildscript {
1717
1818 ext {
19- stringcare_version = '0.4 '
19+ stringcare_version = '0.5 '
2020 }
2121
2222 repositories {
Original file line number Diff line number Diff line change 22buildscript {
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
3838apply plugin : StringCare
39+
40+ stringcare {
41+ debug false
42+ }
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.4 "
5+ version = " 0.5 "
66
77android {
88 compileSdkVersion 25
You can’t perform that action at this time.
0 commit comments