File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ dependencies {
6565 implementation(" com.google.firebase:firebase-auth" )
6666
6767 // Firebase UI
68- implementation(" com.firebaseui:firebase-ui-auth:9.0.0 " )
69- implementation(" com.firebaseui:firebase-ui-database:9.0.0 " )
68+ implementation(" com.firebaseui:firebase-ui-auth:9.1.1 " )
69+ implementation(" com.firebaseui:firebase-ui-database:9.1.1 " )
7070
7171 // Testing dependencies
7272 testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change 22plugins {
33 id(" com.android.application" ) version " 8.13.0" apply false
44 id(" com.android.library" ) version " 8.13.0" apply false
5- id(" org.jetbrains.kotlin.android" ) version " 2.2.20 " apply false
5+ id(" org.jetbrains.kotlin.android" ) version " 2.2.21 " apply false
66 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
77}
88
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ dependencies {
6565 implementation(" com.google.firebase:firebase-auth" )
6666
6767 // Firebase UI
68- implementation(" com.firebaseui:firebase-ui-auth:9.0.0 " )
69- implementation(" com.firebaseui:firebase-ui-database:9.0.0 " )
68+ implementation(" com.firebaseui:firebase-ui-auth:9.1.1 " )
69+ implementation(" com.firebaseui:firebase-ui-database:9.1.1 " )
7070
7171 // Testing dependencies
7272 testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change 22plugins {
33 id(" com.android.application" ) version " 8.13.0" apply false
44 id(" com.android.library" ) version " 8.13.0" apply false
5- id(" org.jetbrains.kotlin.android" ) version " 2.2.20 " apply false
5+ id(" org.jetbrains.kotlin.android" ) version " 2.2.21 " apply false
66 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
77}
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33plugins {
44 id(" com.android.application" ) version " 8.13.0" apply false
55 id(" com.android.library" ) version " 8.13.0" apply false
6- id(" org.jetbrains.kotlin.android" ) version " 2.2.20 " apply false
6+ id(" org.jetbrains.kotlin.android" ) version " 2.2.21 " apply false
77 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
88 id(" com.github.ben-manes.versions" ) version " 0.53.0" apply true
99}
You can’t perform that action at this time.
0 commit comments