Skip to content

Commit

Permalink
org.jetbrains.kotlinx:kotlinx-coroutines-core
Browse files Browse the repository at this point in the history
  • Loading branch information
yueeng committed Aug 18, 2023
1 parent 529d802 commit 7e2ae2a
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 @@ -96,7 +96,7 @@ dependencies {
def retrofit_version = '2.9.0'
def room_version = '2.5.2'
def lifecycle_version = '2.6.1'
def kotlinx_coroutines_version = '1.6.4-native-mt'
def kotlinx_coroutines_version = '1.6.3-native-mt'
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_coroutines_version"
Expand Down

0 comments on commit 7e2ae2a

Please sign in to comment.