File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 testImplementation ' junit:junit:4.12'
4343 // implementation project(path: ':library')
4444 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
45- implementation " com.stringcare:library:2.1 "
45+ implementation " com.stringcare:library:$s tringcare_version "
4646}
4747
4848
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.0 '
6+ stringcare_version = ' 2.1 '
77 }
88
99 repositories {
@@ -17,9 +17,9 @@ buildscript {
1717
1818 dependencies {
1919 classpath " com.stringcare:plugin:$stringcare_version "
20- // classpath files('../GradlePlugin/build/libs/plugin-1.5 .jar')
20+ // classpath files('../GradlePlugin/build/libs/plugin-2.0 .jar')
2121 // classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
22- classpath ' com.android.tools.build:gradle:3.5.0-beta02 '
22+ classpath ' com.android.tools.build:gradle:3.4.1 '
2323 classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2424 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
You can’t perform that action at this time.
0 commit comments