Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxi-zeng committed Jul 14, 2023
1 parent 57b2f8d commit ac6d563
Showing 1 changed file with 1 addition and 4 deletions.
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

0 comments on commit ac6d563

Please sign in to comment.