Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ val VERSION_NAME: String by project

android {
compileSdk = 33
buildToolsVersion = "33.0.1"

defaultConfig {
multiDexEnabled = true
Expand Down Expand Up @@ -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")
Expand Down