| | |
| | | { |
| | | "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" |
| | | |
| | | } |
| | |
| | | } |
| | | }**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' |
| | |
| | | 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' |