Skip to content

Commit 03fab48

Browse files
committed
tested v2.1
1 parent d98121e commit 03fab48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:$stringcare_version"
4646
}
4747

4848

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)