mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-10 06:38:34 +00:00
Exclude unused facial models from APK.
This commit is contained in:
parent
bd4f7691e9
commit
a96093f1b7
@ -164,6 +164,10 @@ android {
|
|||||||
exclude 'META-INF/proguard/androidx-annotations.pro'
|
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 {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user