Skip to content

Commit

Permalink
Version 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-gc committed Mar 29, 2022
1 parent aaf8b99 commit 50779e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Gradle, add the dependency:
```groovy
dependencies {
// ...
implementation 'com.firebaseui:firebase-ui-auth:8.0.0'
implementation 'com.firebaseui:firebase-ui-auth:8.0.1'
// Required only if Facebook login support is required
// Find the latest Facebook SDK releases here: https://github.com/facebook/facebook-android-sdk/blob/master/CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android.useAndroidX=true
android.enableJetifier=true

GROUP=com.firebaseui
VERSION_NAME=8.0.0
VERSION_NAME=8.0.1

POM_PACKAGING=aar
POM_DESCRIPTION=FirebaseUI for Android
Expand Down

0 comments on commit 50779e5

Please sign in to comment.