Skip to content

Commit 1ba2004

Browse files
committed
Fixed com.firebaseui package and version number
1 parent ea3cb58 commit 1ba2004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can also add the library dependency directly to your app's gradle.build file
2626

2727
```
2828
dependencies {
29-
compile 'com.firebaseui:firebase-ui:0.2.2'
29+
compile 'com.firebaseui:firebase-ui:0.3.0'
3030
}
3131
```
3232

@@ -471,7 +471,7 @@ We are still working on deploying FirebaseUI to Maven Central. In the meantime,
471471
latest release from the Releases tab on the Github repo and install it into your local Maven repository
472472
with:
473473
474-
mvn install:install-file -Dfile=/path/to/library-debug.aar -DgroupId=com.firebase -DartifactId=firebase-ui -Dversion=0.1.0 -Dpackaging=aar
474+
mvn install:install-file -Dfile=/path/to/library-debug.aar -DgroupId=com.firebaseui -DartifactId=firebase-ui -Dversion=0.1.0 -Dpackaging=aar
475475
476476
### Deployment
477477
To get the build server ready to build FirebaseUI-Android

0 commit comments

Comments
 (0)