添加米盟SDK模块编译配置

This commit is contained in:
ZhanGSKen
2025-11-21 13:42:59 +08:00
parent 8346eed8f4
commit e590928e67
4 changed files with 10 additions and 5 deletions

View File

@@ -22,6 +22,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
// 米盟 SDK
packagingOptions {
doNotStrip "*/*/libmimo_1011.so"
}
}
dependencies {