File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 22buildscript {
33
44 ext {
5- stringcare_version = ' 1.5 '
5+ stringcare_version = ' 1.6 '
66 }
77
88 repositories {
@@ -16,9 +16,9 @@ buildscript {
1616
1717 dependencies {
1818 classpath " com.stringcare:plugin:$stringcare_version "
19- // classpath files('../GradlePlugin/build/libs/plugin-1.2 .jar')
19+ // classpath files('../GradlePlugin/build/libs/plugin-1.5 .jar')
2020 // classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
21- classpath ' com.android.tools.build:gradle:3.4.0 '
21+ classpath ' com.android.tools.build:gradle:3.4.1 '
2222 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2323 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
2424 }
@@ -39,4 +39,8 @@ task clean(type: Delete) {
3939 delete rootProject. buildDir
4040}
4141
42- apply plugin : StringCare
42+ apply plugin : StringCare
43+
44+ stringcare {
45+ debug true
46+ }
You can’t perform that action at this time.
0 commit comments