Skip to content

Commit

Permalink
Fixing latest version for analytics-kotlin library (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Aug 31, 2023
1 parent 56f06ca commit 0c601f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")

implementation("com.segment.analytics.kotlin:android:1.8.0")
implementation("com.segment.analytics.kotlin:android:1.13.1")
implementation("androidx.multidex:multidex:2.0.1")

implementation("androidx.core:core-ktx:1.7.0")
Expand Down

0 comments on commit 0c601f0

Please sign in to comment.