AsteroidOS / AsteroidOSSync

Android application to synchronize a phone with a watch running asteroid-btsyncd.
GNU General Public License v3.0
101 stars 37 forks source link

gradle: Switch EasyWeather package to fix http/https issues. #181

Closed MagneFire closed 2 years ago

MagneFire commented 2 years ago

The original EasyWeather library doesn't use https to access the Open Weather map, which is now required. Switch to a different package with this fix applied since the original maintainer didn't update the library to fix this issue (https://github.com/MagneFire/EasyWeather/commit/4fb154e747c472c8b24bb1468304dce97a936f00).

This provides a workaround to #175.

FlorentRevest commented 2 years ago

Thank you!