fix tinkerId show update log

This commit is contained in:
CsHeng
2017-11-07 10:39:40 +08:00
parent 6c5dc556e8
commit ce312aea72
3 changed files with 39 additions and 17 deletions

View File

@ -40,6 +40,7 @@ public class Config {
public static final String PATCH_VERSION_NAME = BuildConfig.PATCH_VERSION_NAME; // 补丁包版本 对应关于->版本号
// http://www.ghzs666.com/article/${articleId}.html
public static final String URL_ARTICLE = "http://www.ghzs666.com/article/"; // TODO ghzs/ghzs666 统一
public static final String PATCHES = "patches";
public static boolean isShow(Context context) {
SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context);