迁移仓库

This commit is contained in:
xuhuixiang
2026-02-24 09:47:40 +08:00
parent 5870b1c164
commit 8909d2ec4f
454 changed files with 15559 additions and 625 deletions

View File

@@ -9,7 +9,7 @@ android {
defaultConfig {
//70
applicationId "com.xyz.u88"
applicationId "com.xyz.you88"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "404503683902",
"project_id": "us-43e92",
"storage_bucket": "us-43e92.firebasestorage.app"
"project_number": "850524609547",
"project_id": "you88-dc797",
"storage_bucket": "you88-dc797.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:404503683902:android:e6afcbbd3b2c8c03b7426f",
"mobilesdk_app_id": "1:850524609547:android:60398993a686b53d3ffb0e",
"android_client_info": {
"package_name": "com.xyz.u88"
"package_name": "com.xyz.you88"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyDOl3_2SdhEjxOYzqpYItPAbYTXJaG_zks"
"current_key": "AIzaSyD6LfftIN7UNSxW8FMWnhSIfoqBjePTCDM"
}
],
"services": {

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xyz.u88">
package="com.xyz.you88">
<uses-feature
android:name="android.hardware.camera"

View File

@@ -1,4 +1,4 @@
package com.xyz.u88;
package com.xyz.you88;
import android.content.pm.PackageInfo;

View File

@@ -1,4 +1,4 @@
package com.xyz.u88;
package com.xyz.you88;
import android.app.NotificationChannel;
import android.app.NotificationManager;

View File

@@ -1,4 +1,4 @@
package com.xyz.u88;
package com.xyz.you88;
import android.app.Application;
import android.content.Context;