From d191de7869d4812c66dc81853eda7478f9fe211c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=81=E8=A1=8C?= Date: Fri, 22 Sep 2023 11:36:51 +0800 Subject: [PATCH] update gradle version --- .github/workflows/android-build.yml | 2 ++ android/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 8eafa63a..5a436b25 100755 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -6,11 +6,13 @@ on: - 'feature/**' paths: - 'src/**' + - 'android/**' - '.github/workflows/android-build.yml' pull_request: branches: [master] paths: - 'src/**' + - 'android/**' - '.github/workflows/android-build.yml' concurrency: diff --git a/android/build.gradle b/android/build.gradle index a5bb8157..95a39961 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:4.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files