Skip to content

Commit fe660ae

Browse files
committed
Update gradle version.
Also update jacoco plugin to work with latest gradle.
1 parent 5038876 commit fe660ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.4'
10-
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3'
9+
classpath 'com.android.tools.build:gradle:3.3.2'
10+
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.4'
1111
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
1313

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compileSdkVersion=android-28
1919
buildToolsVersion=28.0.3
2020

2121
SUPPORT_LIB_VERSION=27.1.1
22-
KOTLIN_VERSION=1.2.60
22+
KOTLIN_VERSION=1.3.21
2323
BUTTERKNIFE_VERSION=8.8.1
2424
LEAK_CANARY_VERSION=1.5.4
2525
DAGGER_VERSION=2.15
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Nov 03 11:02:51 CET 2018
1+
#Thu Mar 14 14:54:52 EDT 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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)