forked from organicmaps/organicmaps
[android] Updated Android Gradle plugin to 7.3.0
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
28d3ff7691
commit
3d48528d37
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ buildscript {
|
|||
ext.googleFirebaseServicesEnabled = project.hasProperty('firebase') ?: googleFirebaseServicesDefault
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools:r8:3.3.28'
|
||||
classpath 'com.android.tools.build:gradle:7.2.1'
|
||||
classpath 'com.android.tools.build:gradle:7.3.0'
|
||||
|
||||
if (googleMobileServicesEnabled) {
|
||||
println("Building with Google Mobile Services")
|
||||
|
|
Loading…
Add table
Reference in a new issue