Skip to content

Commit 78c73c8

Browse files
committed
Create release 1.5.4.
1 parent b78d5d8 commit 78c73c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = getVersionName()
66

77
plugins {
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`

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=153
27-
VERSION_NAME=1.5.3
26+
VERSION_CODE=154
27+
VERSION_NAME=1.5.4
2828

2929
POM_ARTIFACT_ID=firebase
3030
POM_NAME=firebase

lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
dependencies {
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
5858
dependencies {
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

0 commit comments

Comments
 (0)