Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc48f202 authored by Suphon Thanakornpakapong's avatar Suphon Thanakornpakapong Committed by Romain Hunault
Browse files

Use HTTPS OpenWeatherMap API

parent 1850d632
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ public class OpenWeatherMapService {
    private Retrofit buildRestAdapter() {
        final OkHttpClient httpClient = new OkHttpClient().newBuilder().build();

        final String baseUrl = "http://api.openweathermap.org";
        final String baseUrl = "https://api.openweathermap.org";
        return new Retrofit.Builder()
                .baseUrl(baseUrl)
                .client(httpClient)