Skip to content

Commit 4eff3fd

Browse files
authored
prepare release 1.5.2 (#8)
* update dependencies * prepare snapshot 1.5.3
1 parent 57b2f8d commit 4eff3fd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

2929
POM_ARTIFACT_ID=appsflyer
3030
POM_NAME=appsflyer

lib/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ val VERSION_NAME: String by project
1010

1111
android {
1212
compileSdk = 33
13-
buildToolsVersion = "33.0.1"
1413

1514
defaultConfig {
1615
multiDexEnabled = true
@@ -40,9 +39,7 @@ android {
4039
}
4140

4241
dependencies {
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")

0 commit comments

Comments
 (0)