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 2
2
buildscript {
3
3
4
4
ext {
5
- stringcare_version = ' 1.5 '
5
+ stringcare_version = ' 1.6 '
6
6
}
7
7
8
8
repositories {
@@ -16,9 +16,9 @@ buildscript {
16
16
17
17
dependencies {
18
18
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')
20
20
// 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 '
22
22
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
23
23
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
24
24
}
@@ -39,4 +39,8 @@ task clean(type: Delete) {
39
39
delete rootProject. buildDir
40
40
}
41
41
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