Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Update Setting.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Xie committed Feb 25, 2016
1 parent a8f5326 commit a51a3f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class Setting {
public static final String CITY_NAME = "城市";//选择城市
public static final String HOUR = "小时";//当前小时

public static final String API_TOKEN = "7db041d0c3013b63e4bed2a554f02d85";//fir.im api_token
public static final String KEY = "282f3846df6b41178e4a2218ae083ea7";// 和风天气 key
public static final String API_TOKEN = "***";//fir.im api_token
public static final String KEY = "***";// 和风天气 key

public static int ONE_HOUR = 3600;

Expand Down

0 comments on commit a51a3f5

Please sign in to comment.