diff --git a/app/google-services.json b/app/google-services.json index 4690906..fe79197 100644 --- a/app/google-services.json +++ b/app/google-services.json @@ -12,7 +12,12 @@ "package_name": "io.pezkuwichain.wallet" } }, - "oauth_client": [], + "oauth_client": [ + { + "client_id": "783787781434-6tn9gh3ko4u73ckjjbv336bbmdk4eefv.apps.googleusercontent.com", + "client_type": 3 + } + ], "api_key": [ { "current_key": "AIzaSyDK_P0TE_QyomWlO1BN79qY4xUAKcei12g" @@ -20,7 +25,12 @@ ], "services": { "appinvite_service": { - "other_platform_oauth_client": [] + "other_platform_oauth_client": [ + { + "client_id": "783787781434-6tn9gh3ko4u73ckjjbv336bbmdk4eefv.apps.googleusercontent.com", + "client_type": 3 + } + ] } } } diff --git a/app/src/debug/google-services.json b/app/src/debug/google-services.json index 1b0e8d1..52c69b1 100644 --- a/app/src/debug/google-services.json +++ b/app/src/debug/google-services.json @@ -12,7 +12,12 @@ "package_name": "io.pezkuwichain.wallet.debug" } }, - "oauth_client": [], + "oauth_client": [ + { + "client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com", + "client_type": 3 + } + ], "api_key": [ { "current_key": "AIzaSyBY_4wMnmyc8etnkyNOd_I-bCFAxO2Z-Os" @@ -20,7 +25,12 @@ ], "services": { "appinvite_service": { - "other_platform_oauth_client": [] + "other_platform_oauth_client": [ + { + "client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com", + "client_type": 3 + } + ] } } } diff --git a/app/src/release/google-services.json b/app/src/release/google-services.json index 4690906..fe79197 100644 --- a/app/src/release/google-services.json +++ b/app/src/release/google-services.json @@ -12,7 +12,12 @@ "package_name": "io.pezkuwichain.wallet" } }, - "oauth_client": [], + "oauth_client": [ + { + "client_id": "783787781434-6tn9gh3ko4u73ckjjbv336bbmdk4eefv.apps.googleusercontent.com", + "client_type": 3 + } + ], "api_key": [ { "current_key": "AIzaSyDK_P0TE_QyomWlO1BN79qY4xUAKcei12g" @@ -20,7 +25,12 @@ ], "services": { "appinvite_service": { - "other_platform_oauth_client": [] + "other_platform_oauth_client": [ + { + "client_id": "783787781434-6tn9gh3ko4u73ckjjbv336bbmdk4eefv.apps.googleusercontent.com", + "client_type": 3 + } + ] } } }