Skip to content

Commit dbab0ee

Browse files
committed
Gradle 5.1.1, Gradle Build Tools 3.4.0 bugfix
1 parent a9eb670 commit dbab0ee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838
})
3939
implementation 'com.android.support:appcompat-v7:28.0.0'
4040
testImplementation 'junit:junit:4.12'
41-
// implementation project(path: ':library')
42-
implementation "com.stringcare:library:$stringcare_version"
41+
implementation project(path: ':library')
42+
// implementation "com.stringcare:library:$stringcare_version"
4343
}
4444

4545

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ buildscript {
1515
}
1616

1717
dependencies {
18-
classpath "com.stringcare:plugin:$stringcare_version"
19-
// classpath files('../GradlePlugin/build/libs/plugin-0.9.jar')
18+
// classpath "com.stringcare:plugin:$stringcare_version"
19+
classpath files('../GradlePlugin/build/libs/plugin-1.2.jar')
2020
// classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
21-
classpath 'com.android.tools.build:gradle:3.2.1'
21+
classpath 'com.android.tools.build:gradle:3.4.0'
2222
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2323
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
2424
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 15 17:50:13 CET 2019
1+
#Tue May 07 22:19:17 CEST 2019
22
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-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 commit comments

Comments
 (0)