Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit b3f63c2

Browse files
Bogdan Evtushenkobogdan-evtushenko
authored andcommitted
Update kotlin version
1 parent 8c711f1 commit b3f63c2

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,11 +1,11 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.61'
2+
ext.kotlin_version = '1.3.10'
33
repositories {
44
google()
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.1.4'
8+
classpath 'com.android.tools.build:gradle:3.4.1'
99
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
1010
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Sep 05 21:01:23 CEST 2018
1+
#Mon Jul 08 17:10:21 EEST 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-5.1.1-all.zip

0 commit comments

Comments
 (0)