Skip to content

Commit

Permalink
feat(authentication): update com.google.firebase:firebase-auth to v…
Browse files Browse the repository at this point in the history
…ersion `22.3.1` (#546)
  • Loading branch information
robingenz committed Jan 23, 2024
1 parent a69749e commit ed9e258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .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`
2 changes: 1 addition & 1 deletion packages/authentication/android/build.gradle
Expand Up @@ -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'
}
Expand Down

0 comments on commit ed9e258

Please sign in to comment.