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 {
42
42
testImplementation ' junit:junit:4.12'
43
43
// implementation project(path: ':library')
44
44
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
45
- implementation " com.stringcare:library:2.1 "
45
+ implementation " com.stringcare:library:$s tringcare_version "
46
46
}
47
47
48
48
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
ext. kotlin_version = ' 1.3.31'
4
4
5
5
ext {
6
- stringcare_version = ' 2.0 '
6
+ stringcare_version = ' 2.1 '
7
7
}
8
8
9
9
repositories {
@@ -17,9 +17,9 @@ buildscript {
17
17
18
18
dependencies {
19
19
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')
21
21
// 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 '
23
23
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
24
24
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
25
25
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
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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