Skip to content

Commit 0063b9a

Browse files
author
Brie
committed
Update README.md
1 parent 2a2100f commit 0063b9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ 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:+'
14+
implementation 'com.segment.analytics.android.integrations:firebase:+@aar'
1515
```
1616

17+
**Note:** The Firebase SDK requires Android resources. To avoid issues with app crashes please implement using the `aar` package.
18+
1719
### Note
1820
To use firebase-integrations 1.4.+ :
1921
* `Update your app to use (AndroidX) or Android 29`

0 commit comments

Comments
 (0)