diff --git a/app/app.iml b/app/app.iml index 46c4291..69e6ebb 100644 --- a/app/app.iml +++ b/app/app.iml @@ -76,6 +76,7 @@ + @@ -94,6 +95,7 @@ + @@ -106,6 +108,8 @@ + + diff --git a/app/build.gradle b/app/build.gradle index dafd25d..63b0a05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,16 @@ compile 'com.survivingwithandroid:weatherlib:1.5.8' compile 'com.survivingwithandroid:weatherlib_okhttpclient:1.5.8' 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-parent:4.3' compile 'org.osmdroid:osmdroid-android:4.3' + compile 'org.apache.commons:commons-lang3:3.3.2' + compile 'com.google.code.gson:gson:2.3' } + +repositories { + mavenCentral() + flatDir { + dirs 'libs' + } +} \ No newline at end of file diff --git a/app/libs/osmbonuspack_v5.4.aar b/app/libs/osmbonuspack_v5.4.aar new file mode 100644 index 0000000..bab73c6 --- /dev/null +++ b/app/libs/osmbonuspack_v5.4.aar Binary files differ