From ea4fd9f174a5cc77bfb9c802d875a4930ff12609 Mon Sep 17 00:00:00 2001 From: Mygod Date: Wed, 7 Mar 2018 23:27:38 -0800 Subject: [PATCH] Update Kotlin --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 40c277f2..e81f2568 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,11 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. +apply plugin: 'com.github.ben-manes.versions' + buildscript { ext { androidPluginVersion = '3.0.1' - kotlinVersion = '1.2.21' + kotlinVersion = '1.2.30' supportLibraryVersion = '27.1.0' takisoftFixVersion = '27.1.0.0' } @@ -13,6 +15,7 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:$androidPluginVersion" + classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" } }