From 54b057a46b48a150f4e62de495d8be32f84a679d Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sun, 30 Jan 2022 18:36:59 +0300 Subject: [PATCH] [Android] Switch to Gradle 7.1.0 --- android/android_studio_project/app/build.gradle | 1 - android/android_studio_project/build.gradle | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/android/android_studio_project/app/build.gradle b/android/android_studio_project/app/build.gradle index ff6acf7e2..4888e7d60 100644 --- a/android/android_studio_project/app/build.gradle +++ b/android/android_studio_project/app/build.gradle @@ -4,7 +4,6 @@ plugins { android { compileSdkVersion 30 - buildToolsVersion '30.0.2' ndkVersion '23.0.7599858' defaultConfig { diff --git a/android/android_studio_project/build.gradle b/android/android_studio_project/build.gradle index 971fd1b37..fee7fd669 100644 --- a/android/android_studio_project/build.gradle +++ b/android/android_studio_project/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.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files