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 {
3838 })
3939 implementation ' com.android.support:appcompat-v7:28.0.0'
4040 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 "
4343}
4444
4545
Original file line number Diff line number Diff line change 22buildscript {
33
44 ext {
5- stringcare_version = ' 1.2 '
5+ stringcare_version = ' 1.5 '
66 }
77
88 repositories {
@@ -15,8 +15,8 @@ buildscript {
1515 }
1616
1717 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')
2020 // classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
2121 classpath ' com.android.tools.build:gradle:3.4.0'
2222 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
@@ -39,8 +39,4 @@ task clean(type: Delete) {
3939 delete rootProject. buildDir
4040}
4141
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