hch
2024-12-19 d89ab1ee29db694e0cf30ac09d32596e95431f6a
0312 删除google引用
5个文件已修改
43 ■■■■■ 已修改文件
Channel/Android/hyenglish_gw/debug/libs/library-debug-hyyngame.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyenglish_gw/google-services.json 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyenglish_gw/launcherTemplate.gradle 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyenglish_gw/mainTemplate.gradle 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyenglish_gw/release/libs/library-release-hyyngame.aar 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyenglish_gw/debug/libs/library-debug-hyyngame.aar
Binary files differ
Channel/Android/hyenglish_gw/google-services.json
@@ -1,29 +1,3 @@
{
  "project_info": {
    "project_number": "375557197914",
    "project_id": "djmx-eng",
    "storage_bucket": "djmx-eng.appspot.com"
  },
  "client": [
    {
      "client_info": {
        "mobilesdk_app_id": "1:375557197914:android:3d95564e01a49149e3c863",
        "android_client_info": {
          "package_name": "com.sjcsen.gp"
        }
      },
      "oauth_client": [],
      "api_key": [
        {
          "current_key": "AIzaSyDxFV-Si-ePkbHA_6tMOgxK1urcfdWGCYs"
        }
      ],
      "services": {
        "appinvite_service": {
          "other_platform_oauth_client": []
        }
      }
    }
  ],
  "configuration_version": "1"
}
Channel/Android/hyenglish_gw/launcherTemplate.gradle
@@ -62,15 +62,6 @@
    }
}**SPLITS_VERSION_CODE****LAUNCHER_SOURCE_BUILD_SETUP**
task copyJsonFile {
    copy {
        System.out.println("copy googlejson===============");
        delete("./google-services.json")
        from('../../../../../../../Assets/Plugins/Android/')
        into('./')
        include("google-services.json")
    }
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
Channel/Android/hyenglish_gw/mainTemplate.gradle
@@ -26,12 +26,6 @@
    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'
Channel/Android/hyenglish_gw/release/libs/library-release-hyyngame.aar
Binary files differ