[ADD] okhttp and osm library

This commit is contained in:
Sem van der Hoeven
2020-12-08 10:55:31 +01:00
parent 55756e227a
commit b3a28f9e57
2 changed files with 7 additions and 1 deletions

View File

@@ -38,7 +38,10 @@ dependencies {
// okhttp
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.0'
//osm
implementation 'org.osmdroid:osmdroid-android:6.1.8'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}