File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <artifactId >firebase-ui</artifactId >
5+ <groupId >com.firebase</groupId >
6+ <name >FirebaseUI-Android</name >
7+ <description >FirebaseUI library for Android applications</description >
8+ <url >https://github.com/firebase/FirebaseUI-Android</url >
9+ <version >0.1.0</version >
10+ <packaging >aar</packaging >
11+ <scm >
12+ <url >scm:git@github.com/firebase/FirebaseUI-Android</url >
13+ <connection >scm:git:git@github.com:firebase/FirebaseUI-Android.git</connection >
14+ <developerConnection >scm:git:git@github.com:firebase/FirebaseUI-Android.git</developerConnection >
15+ </scm >
16+ <licenses >
17+ <license >
18+ <name >MIT</name >
19+ <url >http://firebase.mit-license.org</url >
20+ </license >
21+ </licenses >
22+ <developers >
23+ <developer >
24+ <id >puf</id >
25+ <name >Frank van Puffelen</name >
26+ <email >puf@google.com</email >
27+ </developer >
28+ </developers >
29+ </project >
You can’t perform that action at this time.
0 commit comments