手机适配

This commit is contained in:
pengxiaolong
2026-02-10 18:26:31 +08:00
parent 63415e1fde
commit d10524c597
262 changed files with 107341 additions and 32222 deletions

View File

@@ -7,7 +7,12 @@ plugins {
android {
namespace = "com.example.myapplication"
compileSdk = 34
// 禁止压缩 .bin 文件,允许内存映射加载
androidResources {
noCompress += listOf("bin")
}
defaultConfig {
applicationId = "com.boshan.key.of.love"
minSdk = 21