File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,26 @@ android {
21
21
}
22
22
23
23
dependencies {
24
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
25
+
24
26
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
25
27
implementation ' androidx.appcompat:appcompat:1.1.0'
26
28
implementation ' androidx.browser:browser:1.0.0'
27
29
implementation ' androidx.cardview:cardview:1.0.0'
30
+ implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
28
31
implementation ' com.google.android.material:material:1.1.0'
29
32
30
33
implementation " com.google.firebase:firebase-auth:19.2.0"
31
- implementation " com.firebaseui:firebase-ui-auth:4.3.2"
34
+
35
+ // [START gradle_firebase_ui_auth]
36
+ implementation " com.firebaseui:firebase-ui-auth:6.2.0"
37
+
38
+ // Required only if Facebook login support is required
39
+ // Find the latest Facebook SDK releases here: https://goo.gl/Ce5L94
32
40
implementation " com.facebook.android:facebook-android-sdk:4.42.0"
33
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
34
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
41
+ // [END gradle_firebase_ui_auth]
35
42
}
43
+
36
44
repositories {
37
45
mavenCentral()
38
46
}
You can’t perform that action at this time.
0 commit comments