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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -306,7 +306,7 @@ android {
|
||||
compose = true
|
||||
}
|
||||
|
||||
compileOptions{
|
||||
compileOptions {
|
||||
coreLibraryDesugaringEnabled = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user