Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdk-public
hoolai-oversea-demo-new
Commits
efb2cee2
Commit
efb2cee2
authored
Sep 19, 2025
by
gaorui
Browse files
feat(app): 更新依赖引入
parent
f127a8b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
game_demo/build.gradle
View file @
efb2cee2
...
@@ -48,24 +48,27 @@ android {
...
@@ -48,24 +48,27 @@ android {
dependencies
{
dependencies
{
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
//BOM统一管理所有类库版本(必接)
implementation
(
platform
(
'com.hoolai.oversea.bom:hoolai-oversea-bom:1.3.1.3'
))
//hoolai-core(必接)
//hoolai-core(必接)
implementation
'
com.hoolai.access.open:hoolai-core
:1.3.1.1-global'
implementation
(
"
com.hoolai.access.open:hoolai-core
"
)
//access-native(必接)
//access-native(必接)
implementation
'
com.hoolai.access.platform:access-native
:1.3.1.1-global'
implementation
(
"
com.hoolai.access.platform:access-native
"
)
//fangzhou(必接)
//fangzhou(必接)
implementation
'
com.hoolai.access.open.fangzhou:fangzhou
:4.5.16.12'
implementation
(
"
com.hoolai.access.open.fangzhou:fangzhou
"
)
//基础功能模块,登录/支付/分享等(必接)
//基础功能模块,登录/支付/分享等(必接)
implementation
'
com.hoolai.oversea:hl-oversea-global
:1.3.1.1'
implementation
(
"
com.hoolai.oversea:hl-oversea-global
"
)
//aihelp(必接)
//aihelp(必接)
implementation
'
com.hoolai.oversea.aihelp:aihelp
:1.0.0.1'
implementation
(
"
com.hoolai.oversea.aihelp:aihelp
"
)
//appsflyer(必接)
//appsflyer(必接)
implementation
'
com.hoolai.oversea.appsflyer:appsflyer
:1.0.0.2'
implementation
(
"
com.hoolai.oversea.appsflyer:appsflyer
"
)
//firebase(必接)
//firebase(必接)
implementation
'
com.hoolai.oversea.firebase:firebase
:1.3.1.0'
implementation
(
"
com.hoolai.oversea.firebase:firebase
"
)
//facebooklinks(必接)
//facebooklinks(必接)
implementation
'
com.hoolai.oversea.links:facebooklinks
:1.0.1.0'
implementation
(
"
com.hoolai.oversea.links:facebooklinks
"
)
//openInstall(选接)
//openInstall(选接)
implementation
'com.hoolai.oversea.opins:openInstall:1.0.0.0'
implementation
(
"com.hoolai.oversea.opins:openInstall"
)
//crashlytics(⚠️该库已废弃,和firebase类库已合并,使用需进行相关配置)
//implementation 'com.hoolai.oversea.crash:crashlytics:1.0.0.0'
//迁移插件,适用于 v1 升级 v2 过度插件(选接,老项目)
//implementation 'com.hoolai.access.open:fast-access:1.0.0.7'
}
}
\ 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