From 3fff3586c5b0b5cf520b5ad2cf17cf9d35a8788b Mon Sep 17 00:00:00 2001 From: Said Tahsin Dane Date: Sun, 11 Nov 2018 12:51:39 +0100 Subject: [PATCH] update dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b924a0aa..f1f547e7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { dagger : '2.19', lifecycle : '2.0.0', - kotlin : '1.2.71', + kotlin : '1.3.0', okHttp : '3.11.0', room : '2.0.0', ] @@ -37,7 +37,7 @@ buildscript { classpath 'com.novoda:gradle-android-command-plugin:2.0.1' classpath 'com.novoda:gradle-build-properties-plugin:0.4.1' classpath 'gradle.plugin.org.jlleitschuh.gradle:ktlint-gradle:5.1.0' - classpath 'com.novoda:gradle-static-analysis-plugin:SNAPSHOT-27' + classpath 'com.novoda:gradle-static-analysis-plugin:0.7' if (isPlay) { classpath 'io.fabric.tools:gradle:1.26.1' }