diff --git a/app/app.iml b/app/app.iml index 19a054f..85d9066 100644 --- a/app/app.iml +++ b/app/app.iml @@ -65,49 +65,40 @@ - - + - - + + - - - - - - + - + + + + + + - - - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 3afc20d..c74cdd9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,9 +27,9 @@ compile 'com.survivingwithandroid:weatherlib:1.6.0' compile 'com.survivingwithandroid:weatherlib_okhttpclient:1.6.0' compile 'com.squareup.okhttp:okhttp:2.0.+' - compile (name:'osmbonuspack_v5.4', ext:'aar') - compile 'org.slf4j:slf4j-log4j12:1.7.12' - compile 'org.osmdroid:osmdroid-android:4.3' + compile (name:'osmbonuspack_v5.7', ext:'aar') + //compile 'org.slf4j:slf4j-log4j12:1.7.12' + compile 'org.osmdroid:osmdroid-android:5.1@aar' compile 'org.apache.commons:commons-lang3:3.3.2' compile 'com.google.code.gson:gson:2.3' } diff --git a/app/libs/osmbonuspack_v5.4.aar b/app/libs/osmbonuspack_v5.4.aar deleted file mode 100644 index bab73c6..0000000 --- a/app/libs/osmbonuspack_v5.4.aar +++ /dev/null Binary files differ diff --git a/app/libs/osmbonuspack_v5.7.aar b/app/libs/osmbonuspack_v5.7.aar new file mode 100644 index 0000000..ea34fd9 --- /dev/null +++ b/app/libs/osmbonuspack_v5.7.aar Binary files differ