From 02e6a2e447e21025113285214ae0422ec245d67f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:56:29 +0000 Subject: [PATCH] fix(deps): update dependency com.android.tools.build:gradle to v3.6.4 --- android/build.gradle | 2 +- example/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 1e827f0..8cd9af6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,7 +21,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.2' + classpath 'com.android.tools.build:gradle:3.6.4' } } diff --git a/example/android/build.gradle b/example/android/build.gradle index 50636ba..f395c03 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -12,7 +12,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:3.5.3") + classpath("com.android.tools.build:gradle:3.6.4") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }