From 0ff6fae4157137750df7484004febf507f311091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=82=A5ia?= Date: Mon, 17 Aug 2020 11:17:32 +0800 Subject: [PATCH] update gradle tool from 320 to 353 to fix Unable to find method 'org.gradle.api.file.ProjectLayout.fileProperty --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ecbdf61..2e4d67a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.5.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -24,4 +24,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +}