合并模块AES 同步最新时间标签aes-v15.20.4

This commit is contained in:
qinglong
2026-05-17 21:00:01 +08:00
parent eb3d8f4806
commit 193011a80d
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"
}