Skip to content

Commit c392843

Browse files
committed
some update
1 parent 299c405 commit c392843

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

imitate/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,13 @@ android {
5454
compilerArgumentProviders(new RoomSchemaArgProvider(new File(projectDir, "schemas")))
5555
}
5656
}
57+
//只保留中文资源和 xxhdpi 分辨率图片
5758
resourceConfigurations += ['zh-rCN', 'xxhdpi']
5859

59-
//只保留中文资源和 xxhdpi 分辨率图片
60+
ndk {
61+
//目前已支持 "armeabi-v7a","arm64-v8a","x86","x86_64" 平台架构
62+
abiFilters "arm64-v8a"
63+
}
6064
}
6165

6266
buildTypes {

0 commit comments

Comments
 (0)