Skip to content

Commit

Permalink
chore: bump kotlin to 1.3.50
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jan 18, 2020
1 parent 7ac1c35 commit c66388c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/templates/project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

classpath 'com.android.tools.build:gradle:3.3.0'
}
}

Expand Down

0 comments on commit c66388c

Please sign in to comment.