迁移仓库

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.web.bant"
applicationId "com.xyz.bantu"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "1063752706590",
"project_id": "bantuans",
"storage_bucket": "bantuans.firebasestorage.app"
"project_number": "855080274946",
"project_id": "ba4nt1uan88",
"storage_bucket": "ba4nt1uan88.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1063752706590:android:4668da55f3627294a75c0f",
"mobilesdk_app_id": "1:855080274946:android:ddda2b3a70427e1e9a6b1b",
"android_client_info": {
"package_name": "com.web.bant"
"package_name": "com.xyz.bantu"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyBrn0noxuiNF56OR3UXdTkk5pAaXXUnugk"
"current_key": "AIzaSyDll-tndxLqFb-e4yujeYNRP01iglD8tlI"
}
],
"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.bant">
package="com.xyz.bantu">
<uses-feature
android:name="android.hardware.camera"

View File

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

View File

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

View File

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