Skip to content

Commit

Permalink
add dummy json
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Sep 14, 2024
1 parent c09d545 commit 7fc5c4a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
zipalign \
apksigner
- name: add dummy json
run: cp -av ./app/google-services.json__dummy ./app/google-services.json

- name: Build with Gradle
run: ./gradlew assemble ; find . -name '*.apk'
Expand Down
39 changes: 39 additions & 0 deletions app/google-services.json__dummy
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"project_info": {
"project_number": "111111111111",
"project_id": "fcm",
"storage_bucket": "fcm.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:111111111111:android:11111111111111aaaaaaaa",
"android_client_info": {
"package_name": "com.zoffcc.applications.pushmsg"
}
},
"oauth_client": [
{
"client_id": "111111111111-1111111111aaaaaaaaaaaaaaaaaaaaaa.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "55555555555555555555555555555555ooooooooooooo.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}

0 comments on commit 7fc5c4a

Please sign in to comment.