Bug 1960792 - Update Google Play Services Base to version 18.7.0. r=android-reviewers,jonalmeida

Differential Revision: https://phabricator.services.mozilla.com/D245661
This commit is contained in:
Ryan VanderMeulen
2025-04-18 12:45:54 +00:00
parent 70f54df10f
commit 1b3c2cd626
3 changed files with 8 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ material = "1.12.0"
osslicenses-plugin = "0.10.6"
play-review = "2.0.2"
play-services-ads-id = "18.1.0"
play-services-base = "18.6.0"
play-services-base = "18.7.0"
play-services-fido = "21.2.0"
protobuf = "4.30.2" # Keep Protobuf in sync with the version used by AppServices.

View File

@@ -19,10 +19,16 @@ android {
}
}
compileOptions {
coreLibraryDesugaringEnabled = true
}
namespace = 'mozilla.components.lib.push.firebase'
}
dependencies {
coreLibraryDesugaring libs.desugar.jdk.libs
implementation libs.kotlin.coroutines
implementation libs.play.services.base

View File

@@ -306,7 +306,7 @@ android {
compose = true
}
compileOptions{
compileOptions {
coreLibraryDesugaringEnabled = true
}