Преглед изворни кода

Update kotlin and gradle build tools

len пре 8 година
родитељ
комит
9f20e40257
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      app/build.gradle
  2. 1 1
      build.gradle

+ 1 - 1
app/build.gradle

@@ -177,7 +177,7 @@ dependencies {
 }
 
 buildscript {
-    ext.kotlin_version = '1.0.3'
+    ext.kotlin_version = '1.0.4'
     repositories {
         mavenCentral()
     }

+ 1 - 1
build.gradle

@@ -6,7 +6,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.1.3'
+        classpath 'com.android.tools.build:gradle:2.2.0'
         classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files