Skip to content

Commit 5203766

Browse files
committed
- Kotlin 1.3.31
- android gradle build tootls 3.4.1 - gradle 5.1.1
1 parent 456e804 commit 5203766

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.21'
2+
ext.kotlin_version = '1.3.31'
33
ext.spek_version = '2.0.0-rc.1'
44
repositories {
55
jcenter()
66
google()
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.3.2'
10+
classpath 'com.android.tools.build:gradle:3.4.1'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.3.1.1"
1313
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.13.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Sep 07 16:39:57 PDT 2017
1+
#Mon Jun 24 19:53:12 CDT 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.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 commit comments

Comments
 (0)