Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_goodmoney
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_goodmoney
Commits
25d212f9
Commit
25d212f9
authored
Jun 01, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_ad' of
http://39.97.65.143:81/android/android_goodmoney
into dev_ad
parents
91f3515e
cc8ecdf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CsjAppLogManager.kt
...main/java/com/mints/goodmoney/manager/CsjAppLogManager.kt
+1
-1
SplashGroMoreActivity.java
...m/mints/goodmoney/ui/activitys/SplashGroMoreActivity.java
+1
-1
No files found.
GoodMoney/app/src/main/java/com/mints/goodmoney/manager/CsjAppLogManager.kt
View file @
25d212f9
...
...
@@ -15,7 +15,7 @@ object CsjAppLogManager {
fun
init
(
application
:
Application
)
{
/* 初始化开始 */
val
config
=
InitConfig
(
TtCsjAdManager
.
TT_AD_APPID
,
CommonUtils
.
getAppMetaData
(
MintsApplication
.
getContext
(),
"CHANNEL_NAME"
)
+
HumeSDK
.
getChannel
(
MintsApplication
.
getContext
()))
// appid和渠道,appid如不清楚请联系对接同学
val
config
=
InitConfig
(
"229031"
,
CommonUtils
.
getAppMetaData
(
MintsApplication
.
getContext
(),
"CHANNEL_NAME"
)
+
HumeSDK
.
getChannel
(
MintsApplication
.
getContext
()))
// appid和渠道,appid如不清楚请联系对接同学
//上报域名只支持中国
config
.
setUriConfig
(
UriConstants
.
DEFAULT
)
...
...
GoodMoney/app/src/main/java/com/mints/goodmoney/ui/activitys/SplashGroMoreActivity.java
View file @
25d212f9
...
...
@@ -255,7 +255,7 @@ public class SplashGroMoreActivity extends BaseActivity {
}
}
mSplashContainer
.
removeAllViews
();
//
mSplashContainer.removeAllViews();
}
...
...
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