Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
update: buildType debug
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Sep 21, 2023
1 parent e013a28 commit f8bdd43
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ android {
buildTypes {

debug {
applicationIdSuffix ".debug"
minifyEnabled false
proguardFiles 'proguard-rules.pro'
signingConfig signingConfigs.debug
Expand Down
43 changes: 36 additions & 7 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,62 @@
{
"project_info": {
"project_number": "509743366950",
"project_id": "bilibililivetv-debug",
"storage_bucket": "bilibililivetv-debug.appspot.com"
"project_number": "1020698320837",
"project_id": "bilibililivetv",
"storage_bucket": "bilibililivetv.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:509743366950:android:cd805f4a4c092e16ccf7e7",
"mobilesdk_app_id": "1:1020698320837:android:7087220bb8248197a6f5ac",
"android_client_info": {
"package_name": "com.muedsa.bilibililivetv"
}
},
"oauth_client": [
{
"client_id": "509743366950-p9u6qhb47qd972r4kcda4if5i144ll24.apps.googleusercontent.com",
"client_id": "1020698320837-u5n8dp87g3reco7japcdts35349pd09c.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDT1xiv36knuozheiq9QXTfEHp1wN_fTx8"
"current_key": "AIzaSyDYTcfpi0eIHnqGVjU-QMNnHTTbaQ99zKs"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "509743366950-p9u6qhb47qd972r4kcda4if5i144ll24.apps.googleusercontent.com",
"client_id": "1020698320837-u5n8dp87g3reco7japcdts35349pd09c.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:1020698320837:android:e4c4c18ba8ec3fd6a6f5ac",
"android_client_info": {
"package_name": "com.muedsa.bilibililivetv.debug"
}
},
"oauth_client": [
{
"client_id": "1020698320837-u5n8dp87g3reco7japcdts35349pd09c.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDYTcfpi0eIHnqGVjU-QMNnHTTbaQ99zKs"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "1020698320837-u5n8dp87g3reco7japcdts35349pd09c.apps.googleusercontent.com",
"client_type": 3
}
]
Expand Down

0 comments on commit f8bdd43

Please sign in to comment.