Adjust集成

This commit is contained in:
wushaocheng
2022-11-04 17:19:55 +08:00
parent f683083d9a
commit 2b42171be3
7 changed files with 53 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
package com.yizhuan.xchat_android_constants;
import com.yizhuan.xchat_android_core.R;
import com.yizhuan.xchat_android_core.BuildConfig;
import com.yizhuan.xchat_android_core.R;
import com.yizhuan.xchat_android_library.utils.ResUtil;
/**
@@ -272,4 +272,10 @@ public class XChatConstants {
(byte) 0x2e, (byte) 0x95, (byte) 0xb1, (byte) 0xe3, (byte) 0x48, (byte) 0x7f, (byte) 0x86, (byte) 0x01, (byte) 0x78,
(byte) 0xf1, (byte) 0xe0, (byte) 0x0c, (byte) 0x7a, (byte) 0xca
};
/**
* Adjust配置
*/
public static final String ADJUST_APP_TOKEN = "p5sndfu9udq8";
}