Skip to content

Commit 388f483

Browse files
authored
fix firebase dependency issue (#5)
* fix firebase dependency issue * prepare snapshot 1.5.3
1 parent 4276998 commit 388f483

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Add Firebase device mode support to your applications via this plugin for [Analy
77
To install the Segment-Firebase integration, simply add this line to your gradle file:
88

99
```
10-
implementation 'com.segment.analytics.kotlin.destinations:firebase:1.4.4'
10+
implementation 'com.segment.analytics.kotlin.destinations:firebase:<latest_version>'
1111
```
1212

1313
Or the following for Kotlin DSL
1414

1515
```
16-
implementation("com.segment.analytics.kotlin.destinations:firebase:1.4.4")
16+
implementation("com.segment.analytics.kotlin.destinations:firebase:<latest_version>")
1717
```
1818

1919

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ kotlin.code.style=official
2323
# Deployment variables
2424
GROUP=com.segment.analytics.kotlin.destinations
2525

26-
VERSION_CODE=152
27-
VERSION_NAME=1.5.2
26+
VERSION_CODE=153
27+
VERSION_NAME=1.5.3
2828

2929
POM_ARTIFACT_ID=firebase
3030
POM_NAME=firebase

lib/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ dependencies {
5656

5757
// Partner Dependencies
5858
dependencies {
59-
implementation(platform("com.google.firebase:firebase-bom:28.2.1"))
60-
implementation("com.google.firebase:firebase-analytics-ktx")
59+
implementation("com.google.firebase:firebase-analytics-ktx:20.1.0")
6160
}
6261

6362
// Test Dependencies

0 commit comments

Comments
 (0)