File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ android {
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
14
+ multiDexEnabled true
14
15
}
15
16
buildTypes {
16
17
release {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
implementation ' com.google.android.material:material:1.6.0'
30
30
implementation ' androidx.activity:activity:1.4.0'
31
31
32
- implementation " com.google.firebase:firebase-auth-ktx:21.0.3 "
32
+ implementation " com.google.firebase:firebase-auth-ktx:21.0.4 "
33
33
34
34
// [START gradle_firebase_ui_auth]
35
35
implementation " com.firebaseui:firebase-ui-auth:8.0.1"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
23
23
dependencies {
24
24
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
25
25
implementation ' androidx.appcompat:appcompat:1.4.1'
26
- implementation " com.google.firebase:firebase-auth-ktx:21.0.3 "
26
+ implementation " com.google.firebase:firebase-auth-ktx:21.0.4 "
27
27
implementation " com.google.firebase:firebase-invites:17.0.0"
28
28
implementation " com.google.firebase:firebase-dynamic-links-ktx:21.0.1"
29
29
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
implementation " com.google.firebase:firebase-firestore-ktx:24.1.2"
43
43
44
44
// Firebase / Play Services
45
- implementation " com.google.firebase:firebase-auth:21.0.3 "
45
+ implementation " com.google.firebase:firebase-auth:21.0.4 "
46
46
implementation " com.google.android.gms:play-services-auth:20.2.0"
47
47
implementation " com.google.firebase:firebase-functions-ktx:20.1.0"
48
48
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ dependencies {
25
25
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
26
26
implementation ' androidx.appcompat:appcompat:1.4.1'
27
27
28
- implementation " com.google.firebase:firebase-auth-ktx:21.0.3 "
28
+ implementation " com.google.firebase:firebase-auth-ktx:21.0.4 "
29
29
}
You can’t perform that action at this time.
0 commit comments