Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Add Firebase device mode support to your applications via this plugin for [Analy
To install the Segment-Firebase integration, simply add this line to your gradle file:

```
implementation 'com.segment.analytics.kotlin.destinations:firebase:1.4.4'
implementation 'com.segment.analytics.kotlin.destinations:firebase:<latest_version>'
```

Or the following for Kotlin DSL

```
implementation("com.segment.analytics.kotlin.destinations:firebase:1.4.4")
implementation("com.segment.analytics.kotlin.destinations:firebase:<latest_version>")
```


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ kotlin.code.style=official
# Deployment variables
GROUP=com.segment.analytics.kotlin.destinations

VERSION_CODE=152
VERSION_NAME=1.5.2
VERSION_CODE=153
VERSION_NAME=1.5.3

POM_ARTIFACT_ID=firebase
POM_NAME=firebase
Expand Down
3 changes: 1 addition & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ dependencies {

// Partner Dependencies
dependencies {
implementation(platform("com.google.firebase:firebase-bom:28.2.1"))
implementation("com.google.firebase:firebase-analytics-ktx")
implementation("com.google.firebase:firebase-analytics-ktx:20.1.0")
}

// Test Dependencies
Expand Down