From 32716e148013a8fea8978ded173c14b28cc71fdc Mon Sep 17 00:00:00 2001 From: scribam Date: Fri, 17 Dec 2021 18:12:32 +0100 Subject: [PATCH] android: update com.android.tools.build:gradle to version 7.0.4 --- shell/android-studio/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/android-studio/build.gradle b/shell/android-studio/build.gradle index 8ca4829a5..1cf69a41b 100644 --- a/shell/android-studio/build.gradle +++ b/shell/android-studio/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:7.0.3" + classpath "com.android.tools.build:gradle:7.0.4" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files