We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b2f8d commit ac6d563Copy full SHA for ac6d563
lib/build.gradle.kts
@@ -10,7 +10,6 @@ val VERSION_NAME: String by project
10
11
android {
12
compileSdk = 33
13
- buildToolsVersion = "33.0.1"
14
15
defaultConfig {
16
multiDexEnabled = true
@@ -40,9 +39,7 @@ android {
40
39
}
41
42
dependencies {
43
- coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2")
44
-
45
- implementation("com.segment.analytics.kotlin:android:1.10.3")
+ implementation("com.segment.analytics.kotlin:android:1.12.0")
46
implementation("androidx.multidex:multidex:2.0.1")
47
48
implementation("androidx.core:core-ktx:1.8.0")
0 commit comments