From 5d4adcb82d0581e719619e7182291742d6e4c7cf Mon Sep 17 00:00:00 2001 From: Tatsuya Fujisaki Date: Thu, 30 Apr 2020 20:07:08 +0900 Subject: [PATCH] Use the stable v3.6.3 of Android Gradle Plugin instead of an alpha version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b676cd6..a13286c6 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0-alpha09' + classpath 'com.android.tools.build:gradle:3.6.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong