File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 implementation(project(" :internal:lintchecks" ))
5252 implementation(" androidx.multidex:multidex:2.0.1" )
5353
54- implementation(" androidx.activity:activity-ktx:1.8.2 " )
54+ implementation(" androidx.activity:activity-ktx:1.9.0 " )
5555 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
5656 implementation(" androidx.vectordrawable:vectordrawable-animated:1.1.0" )
5757 implementation(" com.google.android.material:material:1.11.0" )
@@ -65,7 +65,7 @@ dependencies {
6565 implementation(" com.google.firebase:firebase-auth" )
6666
6767 // Google Identity Services SDK (only required for Auth with Google)
68- implementation(" com.google.android.gms:play-services-auth:21.0 .0" )
68+ implementation(" com.google.android.gms:play-services-auth:21.1 .0" )
6969
7070 // Firebase UI
7171 // Used in FirebaseUIActivity.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 implementation(project(" :internal:lintchecks" ))
5454 implementation(project(" :internal:chooserx" ))
5555 implementation(" com.google.android.material:material:1.11.0" )
56- implementation(" androidx.activity:activity-ktx:1.8.2 " )
56+ implementation(" androidx.activity:activity-ktx:1.9.0 " )
5757
5858 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
5959 implementation(platform(" com.google.firebase:firebase-bom:32.8.1" ))
@@ -66,7 +66,7 @@ dependencies {
6666 implementation(" com.google.firebase:firebase-analytics" )
6767
6868 // For use in the CustomKeySamples -- for testing Google Api Availability.
69- implementation(" com.google.android.gms:play-services-base:18.3 .0" )
69+ implementation(" com.google.android.gms:play-services-base:18.4 .0" )
7070
7171 testImplementation(" junit:junit:4.13.2" )
7272 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ dependencies {
6363 implementation(" com.google.firebase:firebase-auth" )
6464
6565 // Google Play services
66- implementation(" com.google.android.gms:play-services-auth:21.0 .0" )
66+ implementation(" com.google.android.gms:play-services-auth:21.1 .0" )
6767
6868 // FirebaseUI (for authentication)
6969 implementation(" com.firebaseui:firebase-ui-auth:8.0.2" )
7070
7171 // Support Libs
72- implementation(" androidx.activity:activity-ktx:1.8.2 " )
72+ implementation(" androidx.activity:activity-ktx:1.9.0 " )
7373 implementation(" androidx.appcompat:appcompat:1.6.1" )
74- implementation(" androidx.core:core-ktx:1.12 .0" )
74+ implementation(" androidx.core:core-ktx:1.13 .0" )
7575 implementation(" androidx.vectordrawable:vectordrawable-animated:1.1.0" )
7676 implementation(" androidx.cardview:cardview:1.0.0" )
7777 implementation(" androidx.browser:browser:1.5.0" )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 implementation(project(" :internal:lintchecks" ))
4646 implementation(project(" :internal:chooserx" ))
4747
48- implementation(" androidx.activity:activity-ktx:1.8.2 " )
48+ implementation(" androidx.activity:activity-ktx:1.9.0 " )
4949 implementation(" androidx.fragment:fragment-ktx:1.6.2" )
5050 implementation(" androidx.appcompat:appcompat:1.6.1" )
5151 implementation(" com.google.android.material:material:1.11.0" )
@@ -66,7 +66,7 @@ dependencies {
6666 implementation(" com.firebaseui:firebase-ui-auth:8.0.2" )
6767
6868 // Google Play services
69- implementation(" com.google.android.gms:play-services-auth:21.0 .0" )
69+ implementation(" com.google.android.gms:play-services-auth:21.1 .0" )
7070
7171 testImplementation(" junit:junit:4.13.2" )
7272 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ dependencies {
5555 implementation(project(" :internal:chooserx" ))
5656 implementation(" androidx.annotation:annotation:1.7.1" )
5757 implementation(" androidx.vectordrawable:vectordrawable-animated:1.1.0" )
58- implementation(" androidx.core:core-ktx:1.12 .0" )
58+ implementation(" androidx.core:core-ktx:1.13 .0" )
5959
6060 // Required when asking for permission to post notifications (starting in Android 13)
61- implementation(" androidx.activity:activity-ktx:1.8.2 " )
61+ implementation(" androidx.activity:activity-ktx:1.9.0 " )
6262 implementation(" androidx.fragment:fragment-ktx:1.6.2" )
6363
6464 implementation(" com.google.android.material:material:1.11.0" )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
5656 // Firebase Authentication
5757 implementation(" com.google.firebase:firebase-auth" )
5858
59- implementation(" androidx.activity:activity-ktx:1.8.2 " )
59+ implementation(" androidx.activity:activity-ktx:1.9.0 " )
6060 implementation(" androidx.appcompat:appcompat:1.6.1" )
6161 implementation(" com.google.android.material:material:1.11.0" )
6262 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
You can’t perform that action at this time.
0 commit comments