diff --git a/swapi-sdk/build.gradle b/swapi-sdk/build.gradle index 1a8226a..3b356de 100644 --- a/swapi-sdk/build.gradle +++ b/swapi-sdk/build.gradle @@ -67,7 +67,7 @@ android { def moshi_version = "1.9.2" def retrofit_version = "2.9.0" -def coroutines_version = "1.3.7" +def coroutines_version = "1.4.2-native-mt" dependencies { // Testing - https://developer.android.com/training/testing/set-up-project