From 370683d7c39393e0ab32e46f481eac5d949501e1 Mon Sep 17 00:00:00 2001 From: Jays2Kings Date: Tue, 19 Apr 2022 17:43:02 -0400 Subject: [PATCH] Add google-services.json --- app/.gitignore | 3 +- app/src/standard/google-services.json | 69 +++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 app/src/standard/google-services.json diff --git a/app/.gitignore b/app/.gitignore index 4f8f315a17..90de2b9c81 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,5 +1,4 @@ /build *iml *.iml -custom.gradle -google-services.json +custom.gradle \ No newline at end of file diff --git a/app/src/standard/google-services.json b/app/src/standard/google-services.json new file mode 100644 index 0000000000..1df5c09d0f --- /dev/null +++ b/app/src/standard/google-services.json @@ -0,0 +1,69 @@ +{ + "project_info": { + "project_number": "822770527911", + "firebase_url": "https://tachiyomi-j2k.firebaseio.com", + "project_id": "tachiyomi-j2k", + "storage_bucket": "tachiyomi-j2k.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:822770527911:android:2ef352cdb1e9dc695a7582", + "android_client_info": { + "package_name": "eu.kanade.tachiyomi.debugJ2K" + } + }, + "oauth_client": [ + { + "client_id": "822770527911-8lg3lf7n39n4n4pk6ul40qdffu30rkkb.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyC5GO4HyxCq8go16eq6R5GswzytOM1cIbs" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "822770527911-8lg3lf7n39n4n4pk6ul40qdffu30rkkb.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + }, + { + "client_info": { + "mobilesdk_app_id": "1:822770527911:android:6a6b549297ff51a85a7582", + "android_client_info": { + "package_name": "eu.kanade.tachiyomi.j2k" + } + }, + "oauth_client": [ + { + "client_id": "822770527911-8lg3lf7n39n4n4pk6ul40qdffu30rkkb.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyC5GO4HyxCq8go16eq6R5GswzytOM1cIbs" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "822770527911-8lg3lf7n39n4n4pk6ul40qdffu30rkkb.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file