Skip to content

Commit

Permalink
build: separate debug and release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
urFate committed May 20, 2024
1 parent 26aa3bc commit 11101f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ android {
"proguard-rules.pro"
)
}

getByName("debug") {
applicationIdSuffix = ".debug"
isDebuggable = true
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
19 changes: 19 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,25 @@
"other_platform_oauth_client": []
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:865017455269:android:e7e75fe56cd84e955ae34c",
"android_client_info": {
"package_name": "live.shirabox.shirabox.debug"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyCqaeyhvvEMEkIav3U1TAgkF1CRAqRTn5w"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
Expand Down

0 comments on commit 11101f9

Please sign in to comment.