Skip to content

Commit 26f73de

Browse files
authored
Add Maven and Javadoc links, update dep in Readme (#3)
1 parent cdcfb78 commit 26f73de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
analytics-android-integration-firebase
22
=======================================
33

4-
[![Maven Central]()
5-
[![Javadocs]()
4+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android.integrations/firebase/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android.integrations/firebase)
5+
[![Javadocs](http://javadoc-badge.appspot.com/com.segment.analytics.android.integrations/firebase.svg?label=javadoc)](http://javadoc-badge.appspot.com/com.segment.analytics.android.integrations/firebase)
66

77
Firebase Analytics integration for [analytics-android](https://github.com/segmentio/analytics-android).
88

@@ -11,7 +11,7 @@ Firebase Analytics integration for [analytics-android](https://github.com/segmen
1111
To install the Segment-Firebase integration, simply add this line to your gradle file:
1212

1313
```
14-
compile 'com.segment.analytics.android.integrations:firebase-analytics:+'
14+
compile 'com.segment.analytics.android.integrations:firebase:+'
1515
```
1616

1717
## Usage
@@ -20,7 +20,7 @@ After adding the dependency, you must register the integration with our SDK. To
2020

2121

2222
```
23-
import com.segment.analytics.android.integrations.firebase-analytics.FirebaseIntegration;
23+
import com.segment.analytics.android.integrations.firebase.FirebaseIntegration;
2424
2525
```
2626

0 commit comments

Comments
 (0)