Bimba.git

commit 31967aa8379a63eb678711a164cc91b1b257a043

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

newer gradle and kotlin

 build.gradle | 4 ++--


diff --git a/build.gradle b/build.gradle
index a17181b4e20fe7923d7d694712f312bfb4f85801..bf78fe3b4b36b25f8c8e7420bbda9dd6ff9df4f0 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.1.2-4'
+    ext.kotlin_version = '1.1.3-2'
     repositories {
         jcenter()
         maven { url 'https://dl.google.com/dl/android/maven2' }
@@ -9,7 +9,7 @@         maven { url 'https://maven.google.com' }
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.0.0-alpha7'
+        classpath 'com.android.tools.build:gradle:3.0.0-alpha8'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
 
         // NOTE: Do not place your application dependencies here; they belong