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
daae28ad
Commit
daae28ad
authored
Nov 25, 2024
by
gaorui
Browse files
Merge branch 'feat-facebook-update' into 'main'
feat(app):1.facebook update 17.0.1 2.fix 未初始化时调用其他接口问题 See merge request
!6
parents
11506781
5ba85d2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
game_demo/build.gradle
View file @
daae28ad
...
...
@@ -48,13 +48,13 @@ android {
dependencies
{
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
//hoolai-core(必接)
implementation
'com.hoolai.access.open:hoolai-core:1.0.3.3
5
-global'
implementation
'com.hoolai.access.open:hoolai-core:1.0.3.3
6
-global'
//access-native(必接)
implementation
'com.hoolai.access.platform:access-native:0.1.2.1424-global'
//fangzhou(必接)
implementation
'com.hoolai.access.open.fangzhou:fangzhou:4.5.16.10'
//基础功能模块,登录/支付/分享等(必接)
implementation
'com.hoolai.oversea:hl-oversea-global:1.0.
3.2
'
implementation
'com.hoolai.oversea:hl-oversea-global:1.0.
4.0
'
//aihelp(必接)
implementation
'com.hoolai.oversea.aihelp:aihelp:1.0.0.1'
//appsflyer(必接)
...
...
@@ -62,7 +62,7 @@ dependencies {
//firebase(必接)
implementation
'com.hoolai.oversea.firebase:firebase:1.0.0.4'
//facebooklinks(必接)
implementation
'com.hoolai.oversea.links:facebooklinks:1.0.
0
.0'
implementation
'com.hoolai.oversea.links:facebooklinks:1.0.
1
.0'
//openInstall(选接)
implementation
'com.hoolai.oversea.opins:openInstall:1.0.0.0'
//crashlytics(选接)注意需要其他特殊配置,请参照文档下方进行配置
...
...
game_demo/src/main/java/com/hoolai/access/demo/GameActivity.java
View file @
daae28ad
...
...
@@ -198,7 +198,6 @@ public class GameActivity extends Activity {
// super.onBackPressed();
//如果游戏需要捕获返回事件,请在这里做逻辑判断调用FastSdk.onBackPressed();
FastSdk
.
onBackPressed
();
exit
();
}
/**
...
...
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