手机适配
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user