最新一次版本提交

This commit is contained in:
xuhuixiang
2026-01-06 16:16:49 +08:00
parent 08d67f0fed
commit 17b41fc9bf
5966 changed files with 219734 additions and 1598 deletions

View File

@@ -8,7 +8,7 @@ android {
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.web.we1win"
applicationId "com.xyz.we1win"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "562120518046",
"project_id": "we1win-392c8",
"storage_bucket": "we1win-392c8.firebasestorage.app"
"project_number": "499658261788",
"project_id": "wew1wew-494b5",
"storage_bucket": "wew1wew-494b5.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:562120518046:android:fdf1ac78a915bdd2a68e8f",
"mobilesdk_app_id": "1:499658261788:android:d1bc33e4911c7ed34526d9",
"android_client_info": {
"package_name": "com.web.we1win"
"package_name": "com.xyz.we1win"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyChPS8r3RDUG7ZZwMrtGgLjlJglx2qLonQ"
"current_key": "AIzaSyCVEvsHEC2TIlTAS_SX_z4mThfbTjKmefI"
}
],
"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.web.we1win">
package="com.xyz.we1win">
<uses-feature
android:name="android.hardware.camera"

View File

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

View File

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

View File

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