Skip to content

Commit

Permalink
fix: update to latest Android SDK (2.39.8) with session race conditio…
Browse files Browse the repository at this point in the history
…n fix (#149)
  • Loading branch information
justin-fiedler authored Jul 24, 2023
1 parent 96c5099 commit d3d3c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ android {
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.amplitude:android-sdk:2.39.4"
implementation "com.amplitude:android-sdk:2.39.8"
implementation "com.squareup.okhttp3:okhttp:4.2.2"
}

0 comments on commit d3d3c69

Please sign in to comment.