Skip to content

Commit bffdb1d

Browse files
authored
[DEST-1291][DAND-9] Bumps Firebase SDK version and updates readme. (#25)
* DAND-9-Update: Bump firebase-analytics to 17.2.1
1 parent 1cc6b27 commit bffdb1d

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.0 / 2019-11-15
2+
==================
3+
*(Supports Android 29+ and Gradle 3.2.1+)*
4+
5+
* Bump Firebase to 17.2.1
16

27
1.4.0 / 2019-09-09
38
==================

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ To install the Segment-Firebase integration, simply add this line to your gradle
1414
compile 'com.segment.analytics.android.integrations:firebase:+'
1515
```
1616

17+
### Note
18+
To use firebase-integrations 1.4.+ :
19+
* `Update your app to use (AndroidX) or Android 29`
20+
* `Upgrade com.android.tools.build:gradle to v3.2.1 or later`
21+
22+
For Android 28 or Lower: [here](https://search.maven.org/artifact/com.segment.analytics.android.integrations/firebase/1.2.0/aar)
23+
1724
Don't forget to add the following dependencies to make sure [Firebase works](https://firebase.google.com/docs/android/setup/):
1825
```
1926
apply plugin: 'com.android.application'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
}
5656

5757
api 'com.segment.analytics.android:analytics:4.3.1'
58-
implementation 'com.google.firebase:firebase-analytics:17.2.0'
58+
implementation 'com.google.firebase:firebase-analytics:17.2.1'
5959

6060
testImplementation 'com.segment.analytics.android:analytics-tests:4.3.1'
6161
testImplementation 'junit:junit:4.12'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.segment.analytics.android.integrations
22

3-
VERSION=1.4.0-SNAPSHOT
3+
VERSION=2.0.0-SNAPSHOT
44

55
POM_ARTIFACT_ID=firebase
66
POM_PACKAGING=aar

0 commit comments

Comments
 (0)