File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Add Firebase device mode support to your applications via this plugin for [Analy
7
7
To install the Segment-Firebase integration, simply add this line to your gradle file:
8
8
9
9
```
10
- implementation 'com.segment.analytics.kotlin.destinations:firebase:1.4.4 '
10
+ implementation 'com.segment.analytics.kotlin.destinations:firebase:<latest_version> '
11
11
```
12
12
13
13
Or the following for Kotlin DSL
14
14
15
15
```
16
- implementation("com.segment.analytics.kotlin.destinations:firebase:1.4.4 ")
16
+ implementation("com.segment.analytics.kotlin.destinations:firebase:<latest_version> ")
17
17
```
18
18
19
19
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ kotlin.code.style=official
23
23
# Deployment variables
24
24
GROUP =com.segment.analytics.kotlin.destinations
25
25
26
- VERSION_CODE =152
27
- VERSION_NAME =1.5.2
26
+ VERSION_CODE =153
27
+ VERSION_NAME =1.5.3
28
28
29
29
POM_ARTIFACT_ID =firebase
30
30
POM_NAME =firebase
Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ dependencies {
56
56
57
57
// Partner Dependencies
58
58
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" )
61
60
}
62
61
63
62
// Test Dependencies
You can’t perform that action at this time.
0 commit comments