code-crusher / EasyWeather

:sunny: Easy and quick weather fetching from OpenWeatherMap API for Android.
73 stars 18 forks source link

response.getWeather() = null on Release application #6

Open philbest opened 6 years ago

philbest commented 6 years ago

Hello,

Everything is working fine on debug, but when i generate signed apk, all the values are null on the object response ( in the function public void success(WeatherResponseModel response))

i check the town and the api code, all is correct ...

Thanks in advance.