[ADD] add okttp3

This commit is contained in:
Sem van der Hoeven
2020-12-08 10:50:50 +01:00
parent 34b211181d
commit 55756e227a

View File

@@ -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'
}