Skip to content

Commit f25551a

Browse files
author
Efra Espada
committed
v1.6
1 parent fc1994a commit f25551a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

build.gradle

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
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+
}

0 commit comments

Comments
 (0)