diff --git a/.changeset/tasty-mirrors-wave.md b/.changeset/tasty-mirrors-wave.md new file mode 100644 index 00000000..23f23d4b --- /dev/null +++ b/.changeset/tasty-mirrors-wave.md @@ -0,0 +1,5 @@ +--- +'@capacitor-firebase/authentication': minor +--- + +feat(android): update `com.google.firebase:firebase-auth` to version `22.1.2` diff --git a/packages/authentication/android/build.gradle b/packages/authentication/android/build.gradle index c3ce98d3..43401e50 100644 --- a/packages/authentication/android/build.gradle +++ b/packages/authentication/android/build.gradle @@ -5,7 +5,7 @@ ext { androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.5.1' rgcfaIncludeGoogle = project.hasProperty('rgcfaIncludeGoogle') ? rootProject.ext.rgcfaIncludeGoogle : false rgcfaIncludeFacebook = project.hasProperty('rgcfaIncludeFacebook') ? rootProject.ext.rgcfaIncludeFacebook : false - firebaseAuthVersion = project.hasProperty('firebaseAuthVersion') ? rootProject.ext.firebaseAuthVersion : '21.2.0' + firebaseAuthVersion = project.hasProperty('firebaseAuthVersion') ? rootProject.ext.firebaseAuthVersion : '22.1.2' playServicesAuthVersion = project.hasProperty('playServicesAuthVersion') ? rootProject.ext.playServicesAuthVersion : '20.5.0' facebookLoginVersion = project.hasProperty('facebookLoginVersion') ? rootProject.ext.facebookLoginVersion : '16.0.0' }