Skip to content

Commit ac6d563

Browse files
committed
update dependencies
1 parent 57b2f8d commit ac6d563

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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)