From f09f073442fc909bc6806aa5ddecde24196e392d Mon Sep 17 00:00:00 2001 From: wasabeef Date: Tue, 20 Nov 2018 10:52:26 +0900 Subject: [PATCH] update gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2a90830..f69856b 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.0-alpha03' + classpath 'com.android.tools.build:gradle:3.4.0-alpha04' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"