Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_xunmi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_xunmi
Commits
d0a5723d
Commit
d0a5723d
authored
Aug 03, 2020
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换新的appkey
parent
2cc1e225
Pipeline
#77
failed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
build.gradle
position/app/build.gradle
+9
-3
MintsApplication.java
...n/app/src/main/java/com/mints/xunmi/MintsApplication.java
+1
-1
KeepLiveManager.java
...rc/main/java/com/mints/xunmi/manager/KeepLiveManager.java
+1
-1
No files found.
position/app/build.gradle
View file @
d0a5723d
...
@@ -185,18 +185,24 @@ dependencies {
...
@@ -185,18 +185,24 @@ dependencies {
// implementation 'com.github.SheHuan:NiceImageView:1.0.5'
// implementation 'com.github.SheHuan:NiceImageView:1.0.5'
// xtablayout
// xtablayout
// implementation 'com.androidkun:XTabLayout:1.1.4'
// implementation 'com.androidkun:XTabLayout:1.1.4'
// PickerView
implementation
'com.contrarywind:Android-PickerView:4.1.9'
implementation
'com.contrarywind:Android-PickerView:4.1.9'
// 底部dialog
implementation
'me.shaohui:bottomdialog:1.1.9'
implementation
'me.shaohui:bottomdialog:1.1.9'
// Popwindow
implementation
'com.github.pinguo-zhouwei:CustomPopwindow:2.1.1'
implementation
'com.github.pinguo-zhouwei:CustomPopwindow:2.1.1'
// switchbutton
implementation
'com.github.iielse:switchbutton:1.0.4'
implementation
'com.github.iielse:switchbutton:1.0.4'
//RxPay
// indicator
implementation
'com.cuieney:rxpay-api:2.2.3'
kapt
'com.cuieney:rxpay-compiler:2.1.1'
implementation
'com.romandanylyk:pageindicatorview:1.0.3'
implementation
'com.romandanylyk:pageindicatorview:1.0.3'
//类似sharedPreference
//类似sharedPreference
implementation
'net.grandcentrix.tray:tray:0.12.0'
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
// gson
implementation
files
(
'libs/gson-2.3.1.jar'
)
implementation
files
(
'libs/gson-2.3.1.jar'
)
// BASE64Decoder
// BASE64Decoder
...
...
position/app/src/main/java/com/mints/xunmi/MintsApplication.java
View file @
d0a5723d
...
@@ -178,7 +178,7 @@ public class MintsApplication extends MultiDexApplication {
...
@@ -178,7 +178,7 @@ public class MintsApplication extends MultiDexApplication {
* 参数4:设备类型,必须参数,传参数为UMConfigure.DEVICE_TYPE_PHONE则表示手机;传参数为UMConfigure.DEVICE_TYPE_BOX则表示盒子;默认为手机。
* 参数4:设备类型,必须参数,传参数为UMConfigure.DEVICE_TYPE_PHONE则表示手机;传参数为UMConfigure.DEVICE_TYPE_BOX则表示盒子;默认为手机。
* 参数5:Push推送业务的secret,需要集成Push功能时必须传入Push的secret,否则传空。
* 参数5:Push推送业务的secret,需要集成Push功能时必须传入Push的secret,否则传空。
*/
*/
UMConfigure
.
init
(
context
,
"5
ee0f0b50cafb29f9600011c
"
,
CommonUtils
.
getAppMetaData
(
context
,
"CHANNEL_NAME"
),
UMConfigure
.
DEVICE_TYPE_PHONE
,
""
);
UMConfigure
.
init
(
context
,
"5
f278cd2d309322154744c91
"
,
CommonUtils
.
getAppMetaData
(
context
,
"CHANNEL_NAME"
),
UMConfigure
.
DEVICE_TYPE_PHONE
,
""
);
}
}
/**
/**
...
...
position/app/src/main/java/com/mints/xunmi/manager/KeepLiveManager.java
View file @
d0a5723d
...
@@ -28,7 +28,7 @@ import static android.content.Context.NOTIFICATION_SERVICE;
...
@@ -28,7 +28,7 @@ import static android.content.Context.NOTIFICATION_SERVICE;
*/
*/
public
class
KeepLiveManager
{
public
class
KeepLiveManager
{
public
static
final
String
CHINALL_ID
=
"MINTS_
POSITION
"
;
public
static
final
String
CHINALL_ID
=
"MINTS_
XUNMI
"
;
/**
/**
* 前台进程的NotificationId
* 前台进程的NotificationId
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment