mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Update google services
This commit is contained in:
parent
9cc19c263b
commit
5c201a823e
2 changed files with 36 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -33,4 +33,4 @@ tests/proguard-project.txt
|
||||||
*.iml
|
*.iml
|
||||||
build
|
build
|
||||||
/gradle.properties
|
/gradle.properties
|
||||||
src/custom/google-services.json
|
|
||||||
|
|
35
src/custom/google-services.json
Normal file
35
src/custom/google-services.json
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"project_info": {
|
||||||
|
"project_number": "",
|
||||||
|
"project_id": ""
|
||||||
|
},
|
||||||
|
"client": [
|
||||||
|
{
|
||||||
|
"client_info": {
|
||||||
|
"mobilesdk_app_id": "",
|
||||||
|
"android_client_info": {
|
||||||
|
"package_name": "com.custom.client"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"oauth_client": [],
|
||||||
|
"api_key": [
|
||||||
|
{
|
||||||
|
"current_key": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"services": {
|
||||||
|
"analytics_service": {
|
||||||
|
"status": 1
|
||||||
|
},
|
||||||
|
"appinvite_service": {
|
||||||
|
"status": 1,
|
||||||
|
"other_platform_oauth_client": []
|
||||||
|
},
|
||||||
|
"ads_service": {
|
||||||
|
"status": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"configuration_version": "1"
|
||||||
|
}
|
Loading…
Reference in a new issue