File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ dependencies {
36
36
implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
37
37
implementation(" androidx.browser:browser:1.5.0" )
38
38
implementation(" androidx.appcompat:appcompat:1.7.0" )
39
- implementation(" com.google.firebase:firebase-ads:23.5 .0" )
39
+ implementation(" com.google.firebase:firebase-ads:23.6 .0" )
40
40
implementation(" androidx.constraintlayout:constraintlayout:2.2.0" )
41
41
implementation(" androidx.multidex:multidex:2.0.1" )
42
42
43
43
// [START gradle_play_config]
44
- implementation(" com.google.android.gms:play-services-ads:23.5 .0" )
44
+ implementation(" com.google.android.gms:play-services-ads:23.6 .0" )
45
45
// [END gradle_play_config]
46
46
47
47
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9
9
id(" com.google.firebase.crashlytics" ) version " 3.0.2" apply false
10
10
id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
11
- id(" androidx.navigation.safeargs" ) version " 2.8.4 " apply false
11
+ id(" androidx.navigation.safeargs" ) version " 2.8.5 " apply false
12
12
id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
51
51
// Firebase / Play Services
52
52
implementation(" com.google.firebase:firebase-auth" )
53
- implementation(" com.google.android.gms:play-services-auth:21.2 .0" )
53
+ implementation(" com.google.android.gms:play-services-auth:21.3 .0" )
54
54
implementation(" com.google.firebase:firebase-functions" )
55
55
56
56
// GeoFire (for Geoqueries solution)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.7.0" )
37
37
38
38
// Import the BoM for the Firebase platform
39
- implementation(platform(" com.google.firebase:firebase-bom:33.5.1 " ))
39
+ implementation(platform(" com.google.firebase:firebase-bom:33.7.0 " ))
40
40
41
41
// Add the dependency for the Cloud Functions library
42
42
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ espressoCore = "3.6.1"
9
9
kotlinxSerializationJson = " 1.7.3"
10
10
lifecycleRuntimeKtx = " 2.8.7"
11
11
activityCompose = " 1.9.3"
12
- composeBom = " 2024.11.00 "
12
+ composeBom = " 2024.12.01 "
13
13
reactiveStreams = " 1.0.4"
14
14
vertexAI = " 16.0.2"
15
15
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
// See: https://firebase.google.com/docs/cloud-messaging/manage-tokens
52
52
implementation(" com.google.firebase:firebase-firestore" )
53
53
54
- implementation(" com.google.android.gms:play-services-auth:21.2 .0" )
54
+ implementation(" com.google.android.gms:play-services-auth:21.3 .0" )
55
55
implementation(" androidx.work:work-runtime-ktx:2.10.0" )
56
56
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" )
57
57
}
You can’t perform that action at this time.
0 commit comments