diff --git a/app/build.gradle b/app/build.gradle index 6116ab528..7ed31e49e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,6 +46,3 @@ dependencies { compile 'uk.co.samuelwall:material-tap-target-prompt:1.9.3' compile(name: 'setup-wizard-lib-platform-release', ext: 'aar') } - -// Must be at the bottom of this file -apply plugin: 'com.google.gms.google-services' \ No newline at end of file diff --git a/assembly/build.gradle b/assembly/build.gradle index 65e22f9c3..ed7e1d3c0 100644 --- a/assembly/build.gradle +++ b/assembly/build.gradle @@ -59,3 +59,6 @@ if (rootProject.ext.assembly) { releaseCompile project(path: ':mobile', configuration: 'release') } } + +// Must be at the bottom of this file +apply plugin: 'com.google.gms.google-services' \ No newline at end of file diff --git a/app/google-services.json b/assembly/google-services.json similarity index 63% rename from app/google-services.json rename to assembly/google-services.json index 3d8580bc2..4b46cdb24 100644 --- a/app/google-services.json +++ b/assembly/google-services.json @@ -19,7 +19,7 @@ "client_type": 1, "android_info": { "package_name": "com.oasisfeng.island", - "certificate_hash": "19446E81F05A3243E11F00BD51B62F9A18D11B8C" + "certificate_hash": "19446e81f05a3243e11f00bd51b62f9a18d11b8c" } }, { @@ -49,37 +49,6 @@ "status": 2 } } - }, - { - "client_info": { - "mobilesdk_app_id": "1:300744183229:android:26c51e4914d62dbd", - "android_client_info": { - "package_name": "com.oasisfeng.island.mobile" - } - }, - "oauth_client": [ - { - "client_id": "300744183229-3l3o615c7vgr6c7potuidccel5df9ngd.apps.googleusercontent.com", - "client_type": 3 - } - ], - "api_key": [ - { - "current_key": "AIzaSyAG-iZrDa_sYGMCF2nieBYUFGmShCC8lZI" - } - ], - "services": { - "analytics_service": { - "status": 1 - }, - "appinvite_service": { - "status": 1, - "other_platform_oauth_client": [] - }, - "ads_service": { - "status": 2 - } - } } ], "configuration_version": "1"