From 8da8eefa4b1eb7f28f8e2d3dd1128fa20bfb630a Mon Sep 17 00:00:00 2001 From: Shintaro Katafuchi Date: Sat, 20 Oct 2018 01:17:18 +0900 Subject: [PATCH] Update grade plugin and kotlin ver. (#534) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index e63ab73d..026fd5f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ VCS_URL = https://github.com/hotchemi/PermissionsDispatcher.git LICENCES = ['Apache-2.0'] # Plugin versions -GRADLE_PLUGIN_VERSION = 3.2.0-beta01 -KOTLIN_VERSION = 1.2.50 +GRADLE_PLUGIN_VERSION = 3.2.1 +KOTLIN_VERSION = 1.2.71 CONFIG_PLUGIN_VERSION = 2.2.2 JFROG_PLUGIN_VERSION = 4.1.1 BINTRAY_PLUGIN_VERSION = 1.8.4