迁移仓库

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.slotkaki33"
applicationId "com.xyz.slotkkk"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode
@@ -56,7 +56,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all {
def appName = "slotkaki33"
def appName = "llljdkgjdfkgfjhghfdjrurrer"
def outputDir = new File(rootProject.ext.outputPath)
// 创建输出目录
outputDir.mkdirs()

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "886120480104",
"project_id": "slotkaki-cf43e",
"storage_bucket": "slotkaki-cf43e.firebasestorage.app"
"project_number": "1002583725859",
"project_id": "kkkstkkk",
"storage_bucket": "kkkstkkk.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:886120480104:android:b563d46c96f98430866add",
"mobilesdk_app_id": "1:1002583725859:android:522aa1cc8c3227c0c61e96",
"android_client_info": {
"package_name": "com.xyz.slotkaki33"
"package_name": "com.xyz.slotkkk"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyD2Il3ICLSGoLM7abIxk8rA1KSCOZ7NRnA"
"current_key": "AIzaSyDjmka3uZLut5I6awb8JW8ZviHjsCZ-Hm4"
}
],
"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.slotkaki33">
package="com.xyz.slotkkk">
<uses-feature
android:name="android.hardware.camera"

View File

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

View File

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

View File

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