diff --git a/android/app/build.gradle b/android/app/build.gradle index 0e308238c6..91865ac284 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -22,7 +22,7 @@ buildscript { googleFirebaseServicesDefault dependencies { - classpath 'com.android.tools.build:gradle:8.2.1' + classpath 'com.android.tools.build:gradle:8.3.0' if (googleFirebaseServicesEnabled) { println('Building with Google Firebase Services') @@ -365,14 +365,14 @@ dependencies { // ls -la src/$flavor/java/app/organicmaps/location/GoogleFusedLocationProvider.java // ``` // - webImplementation 'com.google.android.gms:play-services-location:21.1.0' - googleImplementation 'com.google.android.gms:play-services-location:21.1.0' - huaweiImplementation 'com.google.android.gms:play-services-location:21.1.0' + webImplementation 'com.google.android.gms:play-services-location:21.2.0' + googleImplementation 'com.google.android.gms:play-services-location:21.2.0' + huaweiImplementation 'com.google.android.gms:play-services-location:21.2.0' // Google Firebase Services if (googleFirebaseServicesEnabled) { // Import the BoM for the Firebase platform - implementation platform('com.google.firebase:firebase-bom:32.7.1') + implementation platform('com.google.firebase:firebase-bom:32.7.4') // Add the dependencies for the Crashlytics and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies implementation 'com.google.firebase:firebase-crashlytics' diff --git a/android/build.gradle b/android/build.gradle index 08a9f22d37..c32b03d073 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.2.1' apply false - id 'com.android.library' version '8.2.1' apply false + id 'com.android.application' version '8.3.0' apply false + id 'com.android.library' version '8.3.0' apply false }