Commit daae28ad authored by gaorui's avatar 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
...@@ -48,13 +48,13 @@ android { ...@@ -48,13 +48,13 @@ android {
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
//hoolai-core(必接) //hoolai-core(必接)
implementation 'com.hoolai.access.open:hoolai-core:1.0.3.35-global' implementation 'com.hoolai.access.open:hoolai-core:1.0.3.36-global'
//access-native(必接) //access-native(必接)
implementation 'com.hoolai.access.platform:access-native:0.1.2.1424-global' implementation 'com.hoolai.access.platform:access-native:0.1.2.1424-global'
//fangzhou(必接) //fangzhou(必接)
implementation 'com.hoolai.access.open.fangzhou:fangzhou:4.5.16.10' 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(必接) //aihelp(必接)
implementation 'com.hoolai.oversea.aihelp:aihelp:1.0.0.1' implementation 'com.hoolai.oversea.aihelp:aihelp:1.0.0.1'
//appsflyer(必接) //appsflyer(必接)
...@@ -62,7 +62,7 @@ dependencies { ...@@ -62,7 +62,7 @@ dependencies {
//firebase(必接) //firebase(必接)
implementation 'com.hoolai.oversea.firebase:firebase:1.0.0.4' implementation 'com.hoolai.oversea.firebase:firebase:1.0.0.4'
//facebooklinks(必接) //facebooklinks(必接)
implementation 'com.hoolai.oversea.links:facebooklinks:1.0.0.0' implementation 'com.hoolai.oversea.links:facebooklinks:1.0.1.0'
//openInstall(选接) //openInstall(选接)
implementation 'com.hoolai.oversea.opins:openInstall:1.0.0.0' implementation 'com.hoolai.oversea.opins:openInstall:1.0.0.0'
//crashlytics(选接)注意需要其他特殊配置,请参照文档下方进行配置 //crashlytics(选接)注意需要其他特殊配置,请参照文档下方进行配置
......
...@@ -198,7 +198,6 @@ public class GameActivity extends Activity { ...@@ -198,7 +198,6 @@ public class GameActivity extends Activity {
// super.onBackPressed(); // super.onBackPressed();
//如果游戏需要捕获返回事件,请在这里做逻辑判断调用FastSdk.onBackPressed(); //如果游戏需要捕获返回事件,请在这里做逻辑判断调用FastSdk.onBackPressed();
FastSdk.onBackPressed(); FastSdk.onBackPressed();
exit();
} }
/** /**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment