diff --git a/.changeset/afraid-balloons-sip.md b/.changeset/afraid-balloons-sip.md new file mode 100644 index 00000000..a2167efc --- /dev/null +++ b/.changeset/afraid-balloons-sip.md @@ -0,0 +1,5 @@ +--- +'@capacitor-firebase/authentication': minor +--- + +feat(android): update `com.google.firebase:firebase-auth` to version `22.3.1` diff --git a/packages/authentication/android/build.gradle b/packages/authentication/android/build.gradle index 43401e50..df4dc8bb 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 : '22.1.2' + firebaseAuthVersion = project.hasProperty('firebaseAuthVersion') ? rootProject.ext.firebaseAuthVersion : '22.3.1' playServicesAuthVersion = project.hasProperty('playServicesAuthVersion') ? rootProject.ext.playServicesAuthVersion : '20.5.0' facebookLoginVersion = project.hasProperty('facebookLoginVersion') ? rootProject.ext.facebookLoginVersion : '16.0.0' }