最新一次版本提交

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

@@ -7,7 +7,7 @@ android {
compileSdkVersion 31
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.web.mudahking"
applicationId "com.xyz.mk"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode
@@ -16,17 +16,29 @@ android {
}
signingConfigs {
// debug {
// storeFile file('ppn.jks')
// storePassword "2014123456"
// keyAlias 'key0'
// keyPassword "2014123456"
// }
// release {
// storeFile file('ppn.jks')
// storePassword "2014123456"
// keyAlias 'key0'
// keyPassword "2014123456"
// }
debug {
storeFile file('ppn.jks')
storePassword "2014123456"
storeFile file('justlet.jks')
storePassword "123456"
keyAlias 'key0'
keyPassword "2014123456"
keyPassword "123456"
}
release {
storeFile file('ppn.jks')
storePassword "2014123456"
storeFile file('justlet.jks')
storePassword "123456"
keyAlias 'key0'
keyPassword "2014123456"
keyPassword "123456"
}
}

View File

@@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "627478897427",
"project_id": "mudahking",
"storage_bucket": "mudahking.firebasestorage.app"
"project_number": "750412055417",
"project_id": "notimdk",
"storage_bucket": "notimdk.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:627478897427:android:275b0b68c9f10af79470e6",
"mobilesdk_app_id": "1:750412055417:android:616a732e872dffd65365a8",
"android_client_info": {
"package_name": "com.web.mudahking"
"package_name": "com.xyz.mk"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyBDjgRYnsZF-IDttgwyDR1iCc2ZWbtbuxk"
"current_key": "AIzaSyD8npifK5V9rvzGquRZHjUiBGtz7fx301o"
}
],
"services": {

BIN
mudahking/justlet.jks Normal file

Binary file not shown.

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.mudahking">
package="com.xyz.mk">
<uses-feature
android:name="android.hardware.camera"

View File

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

View File

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

View File

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