Bimba.git

commit 1cab6ab0136ffeefe74081b42a062fc06bd68f85

Author: Adam Pioterek <adam.pioterek@protonmail.ch>

new kotlin version

 build.gradle | 2 +-


diff --git a/build.gradle b/build.gradle
index d6d564332cece2f60f92f085eed9dc5fab9e7558..e67481b9243b782c24e7bbe927900e7d970012f6 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.2.30'
+    ext.kotlin_version = '1.2.31'
     repositories {
         jcenter()
         maven { url 'https://maven.google.com' }