File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22buildscript {
33
44 ext {
5- stringcare_version = ' 0.6 '
5+ stringcare_version = ' 0.7 '
66 }
77
88 repositories {
@@ -16,7 +16,7 @@ buildscript {
1616
1717 dependencies {
1818 classpath " com.stringcare:plugin:$stringcare_version "
19- // classpath files('../AndroidPlugin/build/libs/plugin-0.4 .jar')
19+ classpath files(' ../AndroidPlugin/build/libs/plugin-0.7 .jar' )
2020 classpath ' com.android.tools.build:gradle:3.0.1'
2121 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2222 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ dependencies {
3636 })
3737 implementation ' com.android.support:appcompat-v7:26.1.0'
3838 testImplementation ' junit:junit:4.12'
39- // implementation project(path: ':library')
40- implementation " com.stringcare:library:$stringcare_version "
39+ implementation project(path : ' :library' )
40+ // implementation "com.stringcare:library:$stringcare_version"
4141}
4242
4343
You can’t perform that action at this time.
0 commit comments