hch
2024-12-19 9f02402312b481e39a97aa9f4e26efa2acad44ba
0312 拷贝空google json
2个文件已修改
6 ■■■■ 已修改文件
Channel/Android/hyenglish_gw/google-services.json 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyenglish_gw/launcherTemplate.gradle 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/Android/hyenglish_gw/google-services.json
@@ -0,0 +1 @@
{}
Channel/Android/hyenglish_gw/launcherTemplate.gradle
@@ -64,8 +64,11 @@
task copyJsonFile {
    copy {
        System.out.println("copy googlejson===============");
        delete("./google-services.json")
        from('../../../../../../../Assets/Plugins/Android/')
        into('./')
        include("google-services.json")
    }
}