fix: Fix ExtensionsManager abstract method crash by adding ProGuard rule (#466)
This commit is contained in:
parent
e1dafe05fe
commit
8f65427391
@ -88,6 +88,7 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
|
||||
consumerProguardFiles 'proguard-rules.pro'
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
2
android/proguard-rules.pro
vendored
Normal file
2
android/proguard-rules.pro
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# VisionCamera (CameraX)
|
||||
-keep class androidx.camera.extensions.** { *; }
|
Loading…
Reference in New Issue
Block a user