diff --git a/app/app.iml b/app/app.iml index 0dbcfe8..840d3a8 100644 --- a/app/app.iml +++ b/app/app.iml @@ -91,6 +91,7 @@ + diff --git a/app/build.gradle b/app/build.gradle index f560e48..c7066ca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,4 +28,5 @@ 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 files('libs/weatherlib_1.5.7.jar') } diff --git a/app/libs/weatherlib_1.5.7.jar b/app/libs/weatherlib_1.5.7.jar new file mode 100644 index 0000000..840b81b --- /dev/null +++ b/app/libs/weatherlib_1.5.7.jar Binary files differ