From 315ed3709317d32cdb19d50bad5444f191433a48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Dec 2021 08:39:25 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v7 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7a08fa8..3e4871c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -12,7 +12,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.5.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