From 983c107218f5b8a5f3bceb5e514ede92a097d19c Mon Sep 17 00:00:00 2001 From: Artem Chepurnoy Date: Fri, 10 May 2019 12:47:48 +0300 Subject: [PATCH] Update Kotlin to 1.3.31 --- .idea/misc.xml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 37a7509..7bfef59 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/build.gradle b/build.gradle index c6e282a..a851582 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.30' + ext.kotlin_version = '1.3.31' ext.lifecycle_version = "2.0.0" repositories { google()