Describe the bug
After adding the freeRASP version 8.0.0 to flutter the android build is failing due to consumer-rules.pro
FAILURE: Build failed with an exception.
[ ] * What went wrong:
[ ] Execution failed for task ':freerasp:exportReleaseConsumerProguardFiles'.
[ ] > Global keep option -flattenpackagehierarchy was specified as a consumerProguardFile
in
To Reproduce
Run flutter build apk --release
Expected behavior
The build should run properly
Please complete the following information:
- building on windows 11
- Android 16
- freeRASP [8.0.0]
Additional context
I solved it by commenting out in consumer-rules.pro
# -flattenpackagehierarchy
Describe the bug
After adding the freeRASP version 8.0.0 to flutter the android build is failing due to consumer-rules.pro
FAILURE: Build failed with an exception.
[ ] * What went wrong:
[ ] Execution failed for task ':freerasp:exportReleaseConsumerProguardFiles'.
[ ] > Global keep option -flattenpackagehierarchy was specified as a consumerProguardFile
in
To Reproduce
Run flutter build apk --release
Expected behavior
The build should run properly
Please complete the following information:
Additional context
I solved it by commenting out in consumer-rules.pro
# -flattenpackagehierarchy