352babe80b284339d9b5cc6739fe9ce723c61a39..9aaa448473c6e4ec95546817958b72cbdc2b5167
2025-06-05 hch
0312 增加google服务
9aaa44 对比 | 目录
2025-06-05 hch
0312 第三次google提审包,新sdk
dd9a92 对比 | 目录
7个文件已修改
1个文件已删除
5个文件已添加
84 ■■■■ 已修改文件
Channel/Android/hyyngame/debug/libs/library-debug-hyyngame.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyyngame/release/libs/library-release-hyyngame.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/build.gradle 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/channel/hyyngame/java/com/secondworld/sdk/GTGameApp.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/channel/hyyngame/res/values/strings.xml 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/build.gradle 46 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/libs/ald_v.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/libs/aldsdk_libs150/center.jar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/libs/common_feature-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/libs/sdk_common_code-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/libs/sdk_common_res-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/libs/sdk_common_res_base-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
SdkProject/library/src/main/assets/aldsdkconf.ini 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyyngame/debug/libs/library-debug-hyyngame.aar
Binary files differ
Channel/Android/hyyngame/release/libs/library-release-hyyngame.aar
Binary files differ
SdkProject/build.gradle
@@ -13,7 +13,6 @@
    }
    dependencies {
        classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
        classpath "com.android.tools.build:gradle:7.3.0"
        classpath 'com.google.gms:google-services:4.3.10'
        // NOTE: Do not place your application dependencies here; they belong
SdkProject/channel/hyyngame/java/com/secondworld/sdk/GTGameApp.java
@@ -1,17 +1,15 @@
package com.secondworld.sdk;
import android.app.Application;
import com.ald.sdk.AldGameManger;
import com.ald.sdk.AldApplication;
public class GTGameApp extends Application {
public class GTGameApp extends AldApplication {
    @Override
    public void onCreate() {
        super.onCreate();
        GameAppProxy.create(this,new GTGamePlatform());
        registerProxy();
        AldGameManger.getInstance().applicationOnCreate(this);
    }
    protected void registerProxy() {
SdkProject/channel/hyyngame/res/values/strings.xml
@@ -1,6 +1,5 @@
<resources>
    <string name="facebook_app_id">377129091673449</string>
    <string name="fb_login_protocol_scheme">fb377129091673449</string>
    <string name="facebook_client_token">dc263970f9b4718c30685995d64a73f1</string>
    <string name="facebook_app_id">1234</string>
    <string name="fb_login_protocol_scheme">fb1234</string>
    <string name="facebook_client_token">56789</string>
</resources>
SdkProject/library/build.gradle
@@ -37,7 +37,7 @@
    buildToolsVersion "34.0.0"
    defaultConfig {
        minSdkVersion 21
        minSdkVersion 24
        targetSdkVersion 34
        versionCode 1
        versionName "1.0"
@@ -193,31 +193,27 @@
    compileOnly files('libs/unity-classes.jar')
//以下为必需依赖的库
    implementation(name: 'ald_v', ext: 'aar')
    //SDK基础能力
    implementation 'com.appsflyer:af-android-sdk:6.14.0'
    implementation 'com.android.installreferrer:installreferrer:2.2'
    api 'androidx.annotation:annotation:1.5.0'
    api 'androidx.core:core:1.6.0'
    api 'androidx.percentlayout:percentlayout:1.0.0'
    //google ID
    implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
    //firebase
    implementation 'com.google.firebase:firebase-analytics'
    implementation 'com.google.firebase:firebase-crashlytics'
    implementation platform('com.google.firebase:firebase-bom:31.2.2') {
        exclude group: 'com.android.support', module: 'support-compat'
    }
    implementation fileTree(include: ['*.jar'], dir: 'libs/aldsdk_libs150')
    implementation(name: 'common_feature-release', ext: 'aar')
    implementation(name: 'sdk_common_code-release', ext: 'aar')
    implementation(name: 'sdk_common_res_base-release', ext: 'aar')
    implementation(name: 'sdk_common_res-release', ext: 'aar')
    //base  theme
    api 'androidx.appcompat:appcompat:1.2.0'
    implementation 'androidx.appcompat:appcompat:1.2.0'
    //ald ui用
    api 'androidx.cardview:cardview:1.0.0'
    //rustore
//    implementation 'org.jetbrains:annotations:15.0'
//    implementation("ru.rustore.sdk:billingclient:6.0.0")
    //paypal
    //implementation('com.paypal.checkout:android-sdk:1.3.0')
    implementation 'androidx.cardview:cardview:1.0.0'
    //webview控件
    implementation('androidx.browser:browser:1.5.0')
    //谷歌能力
    implementation 'com.google.android.gms:play-services-auth:20.1.0'  //google服务
    implementation("com.android.billingclient:billing:7.0.0")  // google内购
    implementation 'androidx.percentlayout:percentlayout:1.0.0'  //google提供的支持库
    implementation 'com.google.android.play:review:2.0.1'  //google评价
    //facebook能力
    implementation 'com.facebook.android:facebook-login:latest.release'
    implementation 'com.facebook.android:facebook-share:latest.release'
}
SdkProject/library/libs/ald_v.aar
Binary files differ
SdkProject/library/libs/aldsdk_libs150/center.jar
Binary files differ
SdkProject/library/libs/common_feature-release.aar
Binary files differ
SdkProject/library/libs/sdk_common_code-release.aar
Binary files differ
SdkProject/library/libs/sdk_common_res-release.aar
Binary files differ
SdkProject/library/libs/sdk_common_res_base-release.aar
Binary files differ
SdkProject/library/src/main/assets/aldsdkconf.ini
@@ -1,21 +1,23 @@
;**************游戏相关配置, 游戏需要根据各自情况修改 START **********
;游戏的CHANNELID
GAME_CHANNELID=334
GAME_CHANNELID=331
;游戏的APPID
GAME_APPID=79
GAME_APPID=219
;游戏的GAMEID
GAME_GAMEID=1135
LANGUAGE=vi
;***************游戏配置项, 游戏需要根据各自情况修改 END **************
SDK_LOG_SWITCH=true
;************* SDK相关配置项,游戏需要根据各自情况修改 START **********
;sdk的url
SDK_URL=https://api.plqgames.com/
;************** SDK相关配置项,游戏需要根据各自情况修改 END **************
SDK_URL=https://api.aldgames.com/
;************** 第三方相关配置项,游戏需要根据我方运营提供参数情况修改 START **************
;AF媒体上报开关
ADVERT_REPORT_SWITCH=false
;************** 第三方相关配置项,游戏需要根据我方运营提供参数情况修改 END **************
;谷歌ID,上谷歌必填
google-signin-client_id=172660406541-f7uugubkoh88vcl8bbl9bq99u5vrhq23.apps.googleusercontent.com
;数据上报开关(appsflyer,firebase),除谷歌需求包以外都关
ADVERT_REPORT_SWITCH=true
;af的key
APPSFLYER_KEY=9Ye3CBvoXGDFRep43oUoyT
;AF参数key
APPSFLYER_KEY=ZDzgXxsd8M9ZjLHQZSQVU7