File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed 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 =152
27- VERSION_NAME =1.5.2
26+ VERSION_CODE =153
27+ VERSION_NAME =1.5.3
2828
2929POM_ARTIFACT_ID =appsflyer
3030POM_NAME =appsflyer
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ val VERSION_NAME: String by project
1010
1111android {
1212 compileSdk = 33
13- buildToolsVersion = " 33.0.1"
1413
1514 defaultConfig {
1615 multiDexEnabled = true
@@ -40,9 +39,7 @@ android {
4039}
4140
4241dependencies {
43- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.2" )
44-
45- implementation(" com.segment.analytics.kotlin:android:1.10.3" )
42+ implementation(" com.segment.analytics.kotlin:android:1.12.0" )
4643 implementation(" androidx.multidex:multidex:2.0.1" )
4744
4845 implementation(" androidx.core:core-ktx:1.8.0" )
You can’t perform that action at this time.
0 commit comments