Poojan Pandya
Results
2
comments of
Poojan Pandya
> Please add proguard-rules.pro in **android > app** folder and also use proguard file in build.gradle > > buildTypes { > release { > shrinkResources true > minifyEnabled true >...
Found a fix for the issue, no need for proguard, just build with --no-shrink tag, the reason why it works in debug mode is that it's not shrinked