From 55756e227a98a2f7b1d54fbdc08b77829a99702a Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 8 Dec 2020 10:50:50 +0100 Subject: [PATCH] [ADD] add okttp3 --- app/build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0be6c7b..4c4b16f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,12 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - testImplementation 'junit:junit:4.+' + testImplementation 'junit:junit:4.13.1' + + // okhttp + implementation 'com.squareup.okhttp3:okhttp:4.9.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } \ No newline at end of file