i need to set useProguard true as iam using this Package
https://pub.dev/packages/jitsi_meet
but when i use this command (flutter build apk --split-per-abi) to build an APK i get this errorr
No signature of method: build_4yynebg217r84s3g2thgvw6p3.android() is applicable for argument types: (build_4yynebg217r84s3g2thgvw6p3$_run_closure2) values: [build_4yynebg217r84s3g2thgvw6p3$_run_closure2@5c06ab28]
when i remove useProguard true i manage to build an APK but my app crash whenever i try to use this package
and i am on
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'