While trying to generate a signed APK for release. I found the following error.
This error occurred only after I updated my Android Studio to 4.1.3.
On inspection, I found that recyclerView.setHasFixedSize(true) if used with wrap_content for size in scrolling direction, gives fatal lint error. I have resolved it by removing that line in all activities but still, I need to know why is this error fatal now, there was no such error before the update.