This commit is contained in:
litingting 2025-07-22 09:57:31 +08:00
parent ea0a3d478d
commit 437abf7a73
4 changed files with 35 additions and 0 deletions

29
app/google-services.json Normal file
View File

@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "830432334673",
"project_id": "chill-screen",
"storage_bucket": "chill-screen.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:830432334673:android:a90f012fca45aafcf47970",
"android_client_info": {
"package_name": "com.apps.chillscreen"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyCYubfAi2t2b_4eZknzy0ZzQF4qda7FgTs"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config xmlns:tools="http://schemas.android.com/tools">
<domain-config cleartextTrafficPermitted="true">
<domain tools:ignore="NetworkSecurityConfig">mobile-server.lux-ad.com</domain>
</domain-config>
</network-security-config>