diff --git a/app/app.iml b/app/app.iml index 5a04741..46c4291 100644 --- a/app/app.iml +++ b/app/app.iml @@ -93,16 +93,20 @@ + + + + diff --git a/app/build.gradle b/app/build.gradle index 41ca929..dafd25d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,12 +24,11 @@ testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:21.0.3' compile 'com.android.support:design:22.2.0' - compile files('libs/mapsforge-core-release-0.5.2.jar') - compile files('libs/mapsforge-map-android-release-0.5.2.jar') - compile files('libs/mapsforge-map-reader-release-0.5.2.jar') - compile files('libs/mapsforge-map-release-0.5.2.jar') compile files('libs/androidsvg-1.2.1.jar') compile 'com.survivingwithandroid:weatherlib:1.5.8' compile 'com.survivingwithandroid:weatherlib_okhttpclient:1.5.8' compile 'com.squareup.okhttp:okhttp:2.0.+' + compile 'org.slf4j:slf4j-log4j12:1.7.12' + compile 'org.osmdroid:osmdroid-parent:4.3' + compile 'org.osmdroid:osmdroid-android:4.3' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2153eb6..dc62403 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,6 +5,8 @@ + +