File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = getVersionName()
66
77plugins {
88 // 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"
1010
1111 // Apply the java-library plugin for API and implementation separation.
1212 `java- library`
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ kotlin.code.style=official
2323# Deployment variables
2424GROUP =com.segment.analytics.kotlin.destinations
2525
26- VERSION_CODE =153
27- VERSION_NAME =1.5.3
26+ VERSION_CODE =154
27+ VERSION_NAME =1.5.4
2828
2929POM_ARTIFACT_ID =firebase
3030POM_NAME =firebase
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
4242dependencies {
4343 coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:1.1.5" )
4444
45- implementation(" com.segment.analytics.kotlin:android:1.5 .0" )
45+ implementation(" com.segment.analytics.kotlin:android:1.8 .0" )
4646 implementation(" androidx.multidex:multidex:2.0.1" )
4747
4848 implementation(" androidx.core:core-ktx:1.7.0" )
@@ -56,7 +56,7 @@ dependencies {
5656
5757// Partner Dependencies
5858dependencies {
59- implementation(" com.google.firebase:firebase-analytics-ktx:20.1 .0" )
59+ implementation(" com.google.firebase:firebase-analytics-ktx:21.3 .0" )
6060}
6161
6262// Test Dependencies
You can’t perform that action at this time.
0 commit comments