Upgrade gradle build tools to 7.2.2

Plugin version 7.2.2.
Gradle version 7.3.3.

Refs: <https://developer.android.com/studio/releases/gradle-plugin#updating-gradle>
This commit is contained in:
Romain Vimont
2022-09-02 14:35:05 +02:00
parent 121bb71dfe
commit fccfc43b9e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files