From 19635b588337ac7044f85ce2489021f01810e3e8 Mon Sep 17 00:00:00 2001 From: Juan Pereira Date: Fri, 16 Jun 2017 15:49:16 -0300 Subject: [PATCH] Bump gradle and kotlin version --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a4c816f..f2d0e8e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.gradleVersion = '2.3.2' - ext.kotlinVersion = '1.1.1' + ext.gradleVersion = '2.3.3' + ext.kotlinVersion = '1.1.2' repositories { jcenter()