Update Android Gradle plugin (#406)

## What changes were proposed in this pull request?

Upgrade Androiud Gradle PLugin to 7.5.1 version.

## How was this patch tested?

Manually.

Co-authored-by: Amab <juanmi1982@gmail.com>
Reviewed-on: #406
This commit is contained in:
Marown 2022-10-15 10:03:18 +02:00
parent 8e0d3c2513
commit e5f5037fc7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.google.gms:google-services:4.3.14'
}
}