Skip to content

Commit 42688c6

Browse files
committed
Added instructions to deploy the aar to the local Maven repo
1 parent c7929a0 commit 42688c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@ We can now use that in our activity to allow sending a message:
219219

220220
Et voila: a minimal, yet fully functional, chat app in about 30 lines of code. Not bad, right?
221221

222+
## Installing locally
223+
224+
We are still working on deploying FirebaseUI to Maven Central. In the meantime, you can download the
225+
latest release from the Releases tab on the Github repo and install it into your local Maven repository
226+
with:
227+
228+
mvn install:install-file -Dfile=/path/to/library-debug.aar -DgroupId=com.firebase -DartifactId=firebase-ui -Dversion=0.1.0 -Dpackaging=aar
229+
222230

223231
## Deployment
224232

0 commit comments

Comments
 (0)