Compress jniLibs

This commit is contained in:
LoveSy 2023-04-01 01:54:10 -07:00 committed by topjohnwu
parent 3f4f4598e8
commit e48afff5e8

View File

@ -190,6 +190,12 @@ private fun Project.setupAppCommon() {
buildFeatures {
buildConfig = true
}
packaging {
jniLibs {
useLegacyPackaging = true
}
}
}
androidComponents.onVariants { variant ->