diff --git a/network/build.gradle b/network/build.gradle index f4bf7aed..85ccb89c 100644 --- a/network/build.gradle +++ b/network/build.gradle @@ -48,4 +48,6 @@ dependencies { testImplementation des.junit androidTestImplementation des.extJunit androidTestImplementation des.espressoCore -} \ No newline at end of file + implementation 'com.squareup.okhttp3:okhttp:4.10.0' + implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0' +}