迁移仓库

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

@@ -7,7 +7,7 @@ android {
compileSdkVersion 31
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.xyz.maucuci"
applicationId "com.xyz.cucimau"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode
@@ -44,7 +44,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all {
def appName = "maucuci"
def appName = "maujkdjgnnnnnnnnn"
def outputDir = new File(rootProject.ext.outputPath)
// 创建输出目录
outputDir.mkdirs()

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "1060218410128",
"project_id": "maucuci-9651c",
"storage_bucket": "maucuci-9651c.firebasestorage.app"
"project_number": "501044900611",
"project_id": "cucimau-ebeb8",
"storage_bucket": "cucimau-ebeb8.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1060218410128:android:0b8a700289378d4dba7415",
"mobilesdk_app_id": "1:501044900611:android:e1c6f00b279a3c8a886f36",
"android_client_info": {
"package_name": "com.xyz.maucuci"
"package_name": "com.xyz.cucimau"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyBb107_oeQFeofrtoa70tN80ukITSHgSrg"
"current_key": "AIzaSyDay-Q14sW46OGZeTUVgLtLfaladd9l5mc"
}
],
"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.maucuci">
package="com.xyz.cucimau">
<uses-feature
android:name="android.hardware.camera"

View File

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

View File

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

View File

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