version:2.8

fix:优化接口
add:
This commit is contained in:
2022-02-25 17:01:35 +08:00
parent 0f081cd8d5
commit 046eeea74c
3 changed files with 5 additions and 3 deletions

View File

@@ -66,8 +66,8 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 28
versionCode 18
versionName "2.7"
versionCode 19
versionName "2.8"
ndk {
//选择要添加的对应 cpu 类型的 .so 库。
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'

View File

@@ -476,6 +476,8 @@ public class Launcher extends BaseDraggingActivity implements LauncherExterns,
// Log.e("setJpushAlias", "RegId:" + rid);
// }
// JPushInterface.getAlias(this, new Random().nextInt(100));
JGYUtils.getInstance().wakeUpAppstore();
JGYUtils.getInstance().wakeUpDeviceInfo();
}

View File

@@ -289,7 +289,7 @@ public class BaseApplication extends Application {
public static void setJpushTags() {
Log.e("jiguangInterface", "30s后重新设置tags");
HTTPInterface.setJpushTags(context);
// HTTPInterface.setJpushTags(context);
}
private static OnAliasResult onAliasResult;