Open
Description
🐛 Bug
I used this app
https://github.com/bwasti/AICamera
It ran fine when i used it without using proguard and minifyEnabled true
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
After doing this it started crashing.
Edit 1:
I also noticed that the app is crashing when i changed the Build Variant from GUI it started crashing.
But when I enabled proguard directly using build.gradle file without touching build variant gui it was working fine.
Activity
gchanan commentedon Jun 1, 2020
CC @bwasti.