合并 AES 项目

This commit is contained in:
qinglong
2026-05-17 22:00:01 +08:00
parent cac012b50c
commit 5de9ecc371
6 changed files with 16 additions and 11 deletions

View File

@@ -21,6 +21,11 @@ android {
}
// 米盟 SDK
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
packagingOptions {
doNotStrip "*/*/libmimo_1011.so"
}