File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = getVersionName()
6
6
7
7
plugins {
8
8
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
9
- id(" org.jetbrains.kotlin.jvm" ) version " 1.6 .0"
9
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.8 .0"
10
10
11
11
// Apply the java-library plugin for API and implementation separation.
12
12
`java- library`
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 =153
27
- VERSION_NAME =1.5.3
26
+ VERSION_CODE =154
27
+ VERSION_NAME =1.5.4
28
28
29
29
POM_ARTIFACT_ID =firebase
30
30
POM_NAME =firebase
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
42
42
dependencies {
43
43
coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:1.1.5" )
44
44
45
- implementation(" com.segment.analytics.kotlin:android:1.5 .0" )
45
+ implementation(" com.segment.analytics.kotlin:android:1.8 .0" )
46
46
implementation(" androidx.multidex:multidex:2.0.1" )
47
47
48
48
implementation(" androidx.core:core-ktx:1.7.0" )
@@ -56,7 +56,7 @@ dependencies {
56
56
57
57
// Partner Dependencies
58
58
dependencies {
59
- implementation(" com.google.firebase:firebase-analytics-ktx:20.1 .0" )
59
+ implementation(" com.google.firebase:firebase-analytics-ktx:21.3 .0" )
60
60
}
61
61
62
62
// Test Dependencies
You can’t perform that action at this time.
0 commit comments