File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ dependencies {
4545 })
4646 implementation ' com.android.support:appcompat-v7:28.0.0'
4747 testImplementation ' junit:junit:4.12'
48- implementation project(path : ' :library' )
48+ // implementation project(path: ':library')
4949 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
50- // implementation "com.stringcare:library:$stringcare_version"
50+ implementation " com.stringcare:library:$stringcare_version "
5151}
5252
5353
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 ext. kotlin_version = ' 1.3.31'
44
55 ext {
6- stringcare_version = ' 2.2 '
6+ stringcare_version = ' 3.0 '
77 }
88
99 repositories {
@@ -16,9 +16,9 @@ buildscript {
1616 }
1717
1818 dependencies {
19- // classpath "com.stringcare:plugin:2.2 "
19+ classpath " com.stringcare:plugin:$s tringcare_version "
2020 // classpath files('../GradlePlugin/build/libs/plugin-2.2.jar')
21- classpath files(' ../KotlinGradlePlugin/build/libs/plugin-2.2.jar' )
21+ // classpath files('../KotlinGradlePlugin/build/libs/plugin-2.2.jar')
2222 // classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
2323 classpath ' com.android.tools.build:gradle:3.4.1'
2424 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
44apply plugin : ' com.github.dcendents.android-maven'
55apply plugin : ' com.jfrog.bintray'
66
7- version = " 2.2 "
7+ version = " 3.0 "
88
99android {
1010 compileSdkVersion 28
You can’t perform that action at this time.
0 commit comments