Remove API-key from source file

This commit is contained in:
bernd32 2020-03-09 18:25:30 +05:00
parent fe858cc650
commit 93d789e7a7

View File

@ -5,6 +5,6 @@ package com.bernd32.weatherdemo;
*/
public class Constants {
public static final String BASE_URL = "http://api.openweathermap.org";
public static final String API_KEY = "8296eaaa0ef012da8f776aa0ec890817";
public static final String API_KEY = ""; // Get a free API key from here: https://openweathermap.org/appid
}