From ac6d563c940185c7320d5d70c6c3235f365be007 Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Fri, 14 Jul 2023 08:59:16 -0700 Subject: [PATCH 1/2] update dependencies --- lib/build.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 6285af5..288b1bd 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -10,7 +10,6 @@ val VERSION_NAME: String by project android { compileSdk = 33 - buildToolsVersion = "33.0.1" defaultConfig { multiDexEnabled = true @@ -40,9 +39,7 @@ android { } dependencies { - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2") - - implementation("com.segment.analytics.kotlin:android:1.10.3") + implementation("com.segment.analytics.kotlin:android:1.12.0") implementation("androidx.multidex:multidex:2.0.1") implementation("androidx.core:core-ktx:1.8.0") From d4b26aed994e8fd4985718ba20b41a2446c3125c Mon Sep 17 00:00:00 2001 From: Wenxi Zeng Date: Fri, 14 Jul 2023 09:24:52 -0700 Subject: [PATCH 2/2] prepare snapshot 1.5.3 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 62f38ec..a233de7 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=152 -VERSION_NAME=1.5.2 +VERSION_CODE=153 +VERSION_NAME=1.5.3 POM_ARTIFACT_ID=appsflyer POM_NAME=appsflyer