Commit d0a5723d authored by mengcuiguang's avatar mengcuiguang

更换新的appkey

parent 2cc1e225
Pipeline #77 failed with stages
......@@ -185,18 +185,24 @@ dependencies {
// implementation 'com.github.SheHuan:NiceImageView:1.0.5'
// xtablayout
// implementation 'com.androidkun:XTabLayout:1.1.4'
// PickerView
implementation 'com.contrarywind:Android-PickerView:4.1.9'
// 底部dialog
implementation 'me.shaohui:bottomdialog:1.1.9'
// Popwindow
implementation 'com.github.pinguo-zhouwei:CustomPopwindow:2.1.1'
// switchbutton
implementation 'com.github.iielse:switchbutton:1.0.4'
//RxPay
implementation 'com.cuieney:rxpay-api:2.2.3'
kapt 'com.cuieney:rxpay-compiler:2.1.1'
// indicator
implementation 'com.romandanylyk:pageindicatorview:1.0.3'
//类似sharedPreference
implementation 'net.grandcentrix.tray:tray:0.12.0'
// 工具类
//RxPay
implementation 'com.cuieney:rxpay-api:2.2.3'
kapt 'com.cuieney:rxpay-compiler:2.1.1'
// gson
implementation files('libs/gson-2.3.1.jar')
// BASE64Decoder
......
......@@ -178,7 +178,7 @@ public class MintsApplication extends MultiDexApplication {
* 参数4:设备类型,必须参数,传参数为UMConfigure.DEVICE_TYPE_PHONE则表示手机;传参数为UMConfigure.DEVICE_TYPE_BOX则表示盒子;默认为手机。
* 参数5:Push推送业务的secret,需要集成Push功能时必须传入Push的secret,否则传空。
*/
UMConfigure.init(context, "5ee0f0b50cafb29f9600011c", CommonUtils.getAppMetaData(context, "CHANNEL_NAME"), UMConfigure.DEVICE_TYPE_PHONE, "");
UMConfigure.init(context, "5f278cd2d309322154744c91", CommonUtils.getAppMetaData(context, "CHANNEL_NAME"), UMConfigure.DEVICE_TYPE_PHONE, "");
}
/**
......
......@@ -28,7 +28,7 @@ import static android.content.Context.NOTIFICATION_SERVICE;
*/
public class KeepLiveManager {
public static final String CHINALL_ID = "MINTS_POSITION";
public static final String CHINALL_ID = "MINTS_XUNMI";
/**
* 前台进程的NotificationId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment