File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
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:24.0 .0" )
44
+ implementation(" com.google.android.gms:play-services-ads:24.1 .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 @@ -50,8 +50,8 @@ dependencies {
50
50
implementation(" com.firebaseui:firebase-ui-auth:8.0.2" )
51
51
52
52
// Google Identity Services SDK (only required for Auth with Google)
53
- implementation(" androidx.credentials:credentials:1.3 .0" )
54
- implementation(" androidx.credentials:credentials-play-services-auth:1.3 .0" )
53
+ implementation(" androidx.credentials:credentials:1.5 .0" )
54
+ implementation(" androidx.credentials:credentials-play-services-auth:1.5 .0" )
55
55
implementation(" com.google.android.libraries.identity.googleid:googleid:1.1.1" )
56
56
57
57
// Required only if Facebook login support is required
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.3" apply false
10
10
id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
11
- id(" androidx.navigation.safeargs" ) version " 2.8.8 " apply false
11
+ id(" androidx.navigation.safeargs" ) version " 2.8.9 " apply false
12
12
id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ espressoCore = "3.6.1"
9
9
kotlinxSerializationJson = " 1.8.0"
10
10
lifecycleRuntimeKtx = " 2.8.7"
11
11
activityCompose = " 1.10.1"
12
- composeBom = " 2025.02 .00"
12
+ composeBom = " 2025.03 .00"
13
13
reactiveStreams = " 1.0.4"
14
14
vertexAI = " 16.2.0"
15
15
You can’t perform that action at this time.
0 commit comments