version:1.1.2 Huaruian

fix:
update:增加检查更新
This commit is contained in:
2023-09-04 09:20:51 +08:00
parent 51a125ce3f
commit af14f02fba
28 changed files with 782 additions and 17 deletions

View File

@@ -1323,6 +1323,7 @@ public class JGYUtils {
String app_url = jsonObject.get("app_url").getAsString();
String app_package = jsonObject.get("app_package").getAsString();
int app_version_code = jsonObject.get("app_version_code").getAsInt();
mMMKV.encode(CommonConfig.DEFAULT_DESKTOP_PACKAGE, app_package);
Set<String> desktop = new HashSet<>(ApkUtils.desktopAPP);
desktop.remove(app_package);
for (String s : desktop) {