diff --git a/swapi-sdk/build.gradle b/swapi-sdk/build.gradle index 80b9878..a6ed199 100644 --- a/swapi-sdk/build.gradle +++ b/swapi-sdk/build.gradle @@ -73,7 +73,7 @@ android { def moshi_version = "1.11.0" def retrofit_version = "2.9.0" -def coroutines_version = "1.3.9" +def coroutines_version = "1.4.3-native-mt" dependencies { // Testing - https://developer.android.com/training/testing/set-up-project