[Android] Switch to Gradle 7.1.0

This commit is contained in:
Triang3l 2022-01-30 18:36:59 +03:00
parent d2ef8d3300
commit 54b057a46b
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ plugins {
android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
ndkVersion '23.0.7599858'
defaultConfig {

View File

@ -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