Exclude unused facial models from APK.
This commit is contained in:
parent
bd4f7691e9
commit
a96093f1b7
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ android {
|
|||
exclude 'META-INF/proguard/androidx-annotations.pro'
|
||||
}
|
||||
|
||||
aaptOptions {
|
||||
ignoreAssetsPattern '!contours.tfl:!LMprec_600.emd:!fssd_25_8bit_gray_v1.tflite:!fssd_25_8bit_v1.tflite:!blazeface.tfl'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
minifyEnabled true
|
||||
|
|
Loading…
Add table
Reference in a new issue