@@ -12,13 +12,13 @@ tasks {
12
12
13
13
android {
14
14
namespace= " com.google.firebase.quickstart.auth"
15
- compileSdk = 35
15
+ compileSdk = 36
16
16
flavorDimensions + = " minSdkVersion"
17
17
18
18
defaultConfig {
19
19
applicationId = " com.google.firebase.quickstart.auth"
20
20
minSdk = 23
21
- targetSdk = 35
21
+ targetSdk = 36
22
22
versionCode = 1
23
23
versionName = " 1.0"
24
24
multiDexEnabled = true
@@ -55,23 +55,23 @@ dependencies {
55
55
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
56
56
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
57
57
implementation(" com.google.android.material:material:1.12.0" )
58
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.8 " )
59
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.8 " )
58
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.9 " )
59
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.9 " )
60
60
61
61
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
62
- implementation(platform(" com.google.firebase:firebase-bom:33.10 .0" ))
62
+ implementation(platform(" com.google.firebase:firebase-bom:33.12 .0" ))
63
63
64
64
// Firebase Authentication
65
65
implementation(" com.google.firebase:firebase-auth" )
66
66
67
67
// Google Identity Services SDK (only required for Auth with Google)
68
- implementation(" androidx.credentials:credentials:1.3 .0" )
69
- implementation(" androidx.credentials:credentials-play-services-auth:1.3 .0" )
68
+ implementation(" androidx.credentials:credentials:1.5 .0" )
69
+ implementation(" androidx.credentials:credentials-play-services-auth:1.5 .0" )
70
70
implementation(" com.google.android.libraries.identity.googleid:googleid:1.1.1" )
71
71
72
72
// Firebase UI
73
73
// Used in FirebaseUIActivity.
74
- implementation(" com.firebaseui:firebase-ui-auth:8 .0.2 " )
74
+ implementation(" com.firebaseui:firebase-ui-auth:9 .0.0 " )
75
75
76
76
// Facebook Android SDK (only required for Facebook Login)
77
77
// Used in FacebookLoginActivity.
0 commit comments