From e104556bd46822254afc85c67f01f8f3474cc009 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 24 Mar 2019 21:54:48 +0100 Subject: update dependencies --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index ba1ef5b..1e1bf83 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.20' + ext.kotlin_version = '1.3.21' repositories { jcenter() @@ -27,9 +27,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:3.3.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath("com.github.triplet.gradle:play-publisher:2.0.0-beta1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files -- cgit v1.2.3