From 1b6e3923e11604e2e1bb03d0e263c0b53d6893d5 Mon Sep 17 00:00:00 2001 From: Kimchohee Date: Mon, 25 Apr 2022 21:47:24 +0900 Subject: [PATCH] =?UTF-8?q?[#17]=20=ED=86=B5=EC=8B=A0=EC=9D=84=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20=EB=84=A4=ED=8A=B8=EC=9B=8C=ED=81=AC=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EB=B2=A0=EC=9D=B4=EC=8A=A4=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=9E=91=EC=84=B1=20-=20=EC=BD=94=EB=A3=A8=ED=8B=B4=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=201.6.0=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 792e17f..3b9b639 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,5 +81,5 @@ dependencies { implementation 'com.squareup.retrofit2:converter-gson:2.9.0' // coroutine - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0' } \ No newline at end of file