From 123dc07136c4cd32dcf277ca9d3db4a9eb5356f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Sun, 16 Jan 2022 20:38:21 +0100 Subject: [PATCH] android: stay compatible with the current android studio release --- src/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/build.gradle b/src/android/build.gradle index 4c4c9a6..381fc26 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -15,7 +15,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0-alpha07' + 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