version:2.2
fix: add:增加ai健康白名单
This commit is contained in:
@@ -70,8 +70,8 @@ android {
|
||||
productFlavors {
|
||||
beta {
|
||||
flavorDimensions "default"
|
||||
versionCode 12
|
||||
versionName "2.1"
|
||||
versionCode 13
|
||||
versionName "2.2"
|
||||
}
|
||||
|
||||
official {
|
||||
|
||||
@@ -140,9 +140,9 @@ public class NetInterfaceManager {
|
||||
private final ConcurrentHashMap<String, Long> requestIdsMap = new ConcurrentHashMap<>();
|
||||
|
||||
//超时时间
|
||||
private static int timeOut = 5;
|
||||
private static final int timeOut = 5;
|
||||
// 缓存文件最大限制大小20M
|
||||
private static long cacheSize = 1024 * 1024 * 64;
|
||||
private static final long cacheSize = 1024 * 1024 * 64;
|
||||
public static final String CUSTOM_REPEAT_REQ_PROTOCOL = "MY_CUSTOM_REPEAT_REQ_PROTOCOL";
|
||||
|
||||
private NetInterfaceManager(Context context) {
|
||||
|
||||
@@ -78,6 +78,7 @@ public class JGYUtils {
|
||||
this.add("com.jiaoguanyi.store");
|
||||
this.add("com.uiui.appstore");
|
||||
this.add("com.uiui.browser");
|
||||
this.add("com.uiui.health");
|
||||
this.add("com.uiui.os");
|
||||
this.add("com.uiui.aios");
|
||||
this.add("com.uiui.sn");
|
||||
|
||||
@@ -1281,6 +1281,7 @@ public class Utils {
|
||||
this.add("com.uiui.os");
|
||||
this.add("com.uiui.aios");
|
||||
this.add("com.uiui.browser");
|
||||
this.add("com.uiui.health");
|
||||
}};
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
include ':app'
|
||||
rootProject.name='老人平板我的设备'
|
||||
rootProject.name='合作平台我的设备'
|
||||
|
||||
Reference in New Issue
Block a user