Skip to content

Commit

Permalink
Build: Udpate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 14, 2024
1 parent a2b3301 commit a1c0fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {

// kotlinx-coroutines-android depends on kotlin-stdlib-jdk8
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
def kotlinx_coroutines_version = '1.8.1'
def kotlinx_coroutines_version = '1.9.0'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"

Expand Down

0 comments on commit a1c0fbd

Please sign in to comment.