Loading app/src/main/java/org/asdtm/goodweather/utils/Constants.java +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ public class Constants { "http://play.google.com/store/apps/details?id=%s"; public static final String F_DROID_WEB_URI = "https://f-droid.org/repository/browse/?fdid=%s"; public static final String WEATHER_ENDPOINT = "http://api.openweathermap.org/data/2.5/weather"; public static final String WEATHER_FORECAST_ENDPOINT = "http://api.openweathermap.org/data/2.5/forecast/daily/"; public static final String WEATHER_FORECAST_ENDPOINT = "http://api.openweathermap.org/data/2.5/forecast/daily"; public static final String BITCOIN_ADDRESS = "16rSzigYf3roULrPuMFe6mb5xxHE3iZspM"; Loading Loading
app/src/main/java/org/asdtm/goodweather/utils/Constants.java +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ public class Constants { "http://play.google.com/store/apps/details?id=%s"; public static final String F_DROID_WEB_URI = "https://f-droid.org/repository/browse/?fdid=%s"; public static final String WEATHER_ENDPOINT = "http://api.openweathermap.org/data/2.5/weather"; public static final String WEATHER_FORECAST_ENDPOINT = "http://api.openweathermap.org/data/2.5/forecast/daily/"; public static final String WEATHER_FORECAST_ENDPOINT = "http://api.openweathermap.org/data/2.5/forecast/daily"; public static final String BITCOIN_ADDRESS = "16rSzigYf3roULrPuMFe6mb5xxHE3iZspM"; Loading