diff --git a/build.gradle.kts b/build.gradle.kts index 292ac0f..abf5788 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ version = getVersionName() plugins { // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin. - id("org.jetbrains.kotlin.jvm") version "1.6.0" + id("org.jetbrains.kotlin.jvm") version "1.8.0" // Apply the java-library plugin for API and implementation separation. `java-library` diff --git a/gradle.properties b/gradle.properties index 44c010f..cdb4585 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin.destinations -VERSION_CODE=153 -VERSION_NAME=1.5.3 +VERSION_CODE=154 +VERSION_NAME=1.5.4 POM_ARTIFACT_ID=firebase POM_NAME=firebase diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index dc9ee89..4243076 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -42,7 +42,7 @@ android { dependencies { coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5") - implementation("com.segment.analytics.kotlin:android:1.5.0") + implementation("com.segment.analytics.kotlin:android:1.8.0") implementation("androidx.multidex:multidex:2.0.1") implementation("androidx.core:core-ktx:1.7.0") @@ -56,7 +56,7 @@ dependencies { // Partner Dependencies dependencies { - implementation("com.google.firebase:firebase-analytics-ktx:20.1.0") + implementation("com.google.firebase:firebase-analytics-ktx:21.3.0") } // Test Dependencies