From b3a28f9e57c92cf371b3eb76acdc4badb9d59eda Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 8 Dec 2020 10:55:31 +0100 Subject: [PATCH] [ADD] okhttp and osm library --- app/build.gradle | 5 ++++- app/src/main/AndroidManifest.xml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4c4b16f..9643519 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 098662d..465afef 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,6 +2,9 @@ + + +