Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
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
bp
ShenghuoquanBusiness
Commits
0b704d43
Commit
0b704d43
authored
May 25, 2021
by
houzhenpu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8579ae75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
AppConfig.kt
...onLib/Common/src/main/java/com/yidian/common/AppConfig.kt
+2
-1
README.md
README.md
+3
-1
No files found.
CommonLib/Common/src/main/java/com/yidian/common/AppConfig.kt
View file @
0b704d43
...
...
@@ -27,7 +27,7 @@ class AppConfig {
const
val
privacyPolicyStatement
=
"http://www.yidianzixun.com/landing_privacy?yidian_fs=2"
const
val
userProtocol
=
"http://www.yidianzixun.com/landing_agreement?yidian_fs=2"
const
val
UMAppKey
=
"
5fe3fcc8d1c1ad39854efb90
"
const
val
UMAppKey
=
"
60acaec453b67264990ecdc2
"
const
val
UMChannel
=
"ANDROID_CHANNEL"
const
val
UMType
=
"metro"
const
val
UMSecret
=
"8bb06c17a90d727c26bdd95b0e27a436"
...
...
@@ -36,6 +36,7 @@ class AppConfig {
const
val
PUSH_GETUI_SUPPORT_MASK
=
0
x10000000
const
val
PUSH_PASS_THROGH_UNIQUE_MASK
=
0
x00000001
const
val
ZIXUN_PUSH_LEVEL
=
PUSH_XIAOMI_SUPPORT_MASK
const
val
PUSH_LEVEL
=
(
PUSH_XIAOMI_SUPPORT_MASK
or
PUSH_UMENG_SUPPORT_MASK
or
PUSH_GETUI_SUPPORT_MASK
or
PUSH_PASS_THROGH_UNIQUE_MASK
)
}
...
...
README.md
View file @
0b704d43
# yac-android Android 组件化工程模板
## 工程规范
## 使用方法
\ No newline at end of file
## 使用方法
## git 提交
\ No newline at end of file
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