From b04cff30f5462e17538978990d6b7576f11d956e Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Wed, 15 Apr 2020 20:51:18 +0800 Subject: [PATCH] updated gradle config --- android-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-example/build.gradle b/android-example/build.gradle index 553c36a..adb857b 100644 --- a/android-example/build.gradle +++ b/android-example/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.6.1' + classpath 'com.android.tools.build:gradle:3.6.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }