From b189b6b84fd1315409b72fda445ada33aadfeb4c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Feb 2022 10:13:13 +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..4c29529 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.1.2") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files