Skip to content

Commit

Permalink
Move google-services.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Aug 20, 2022
1 parent c16f55d commit a45d53a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ Make sure you've:
+ Incremented the version code and name in ./iBurn/build.grade
The final pre-signed store release should be built with:

```
$ ./gradlew assembleRegularUnsigned
```
Pass the resulting apk off for signing. Then zipalign before publishing:
Expand Down
Binary file removed iBurn-regular-unsigned-unsigned-RC2.zip
Binary file not shown.
37 changes: 37 additions & 0 deletions iBurn/src/main/google-services.json → iBurn/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,43 @@
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:374351838691:android:b8d68640298d38c80374d6",
"android_client_info": {
"package_name": "com.iburnapp.iburn2.debug"
}
},
"oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCN8VzwTQR-ut1WoGd6ShIMHZTepKsXnMA"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "374351838691-9gaqibdopi8tjngtq9g5ed1t9trnvmu7.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "374351838691-0ur78j9m04jbnjkso5envcqjpu2rjnb4.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.trailbehind.iBurn2010",
"app_store_id": "388169740"
}
}
]
}
}
}
],
"configuration_version": "1"
Expand Down

0 comments on commit a45d53a

Please sign in to comment.