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

Commit

Permalink
kotlin 1.3.11, android gradle plugin 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajakshic committed Dec 31, 2018
1 parent e74058b commit 58b8d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.2.71'
ext.kotlin_version = '1.3.11'

repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

Expand Down

0 comments on commit 58b8d2b

Please sign in to comment.