Skip to content

Commit

Permalink
Update kotlin and android plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed May 24, 2019
1 parent 4b0ba14 commit de91679
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apply from: "common/constants.gradle"

buildscript {
ext.kotlin_version = "1.3.21"
ext.kotlin_version = "1.3.31"

repositories {
google()
Expand All @@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Mar 08 23:22:13 EET 2019
#Fri May 24 17:04:22 EEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit de91679

Please sign in to comment.