File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ dependencies {
38
38
})
39
39
implementation ' com.android.support:appcompat-v7:28.0.0'
40
40
testImplementation ' junit:junit:4.12'
41
- implementation project(path : ' :library' )
42
- // implementation "com.stringcare:library:$stringcare_version"
41
+ // implementation project(path: ':library')
42
+ implementation " com.stringcare:library:$stringcare_version "
43
43
}
44
44
45
45
Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
4
4
ext {
5
- stringcare_version = ' 1.2 '
5
+ stringcare_version = ' 1.5 '
6
6
}
7
7
8
8
repositories {
@@ -15,8 +15,8 @@ buildscript {
15
15
}
16
16
17
17
dependencies {
18
- // classpath "com.stringcare:plugin:$stringcare_version"
19
- classpath files(' ../GradlePlugin/build/libs/plugin-1.2.jar' )
18
+ classpath " com.stringcare:plugin:$stringcare_version "
19
+ // classpath files('../GradlePlugin/build/libs/plugin-1.2.jar')
20
20
// classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
21
21
classpath ' com.android.tools.build:gradle:3.4.0'
22
22
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
@@ -39,8 +39,4 @@ task clean(type: Delete) {
39
39
delete rootProject. buildDir
40
40
}
41
41
42
- apply plugin : StringCare
43
-
44
- stringcare {
45
- debug true
46
- }
42
+ apply plugin : StringCare
You can’t perform that action at this time.
0 commit comments