diff --git a/android/app/build.gradle b/android/app/build.gradle index 4254b98..9dbf7ea 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.firebase:firebase-auth:20.0.4' + implementation 'com.google.firebase:firebase-auth:21.1.0' implementation 'com.google.firebase:firebase-database:19.7.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2'