After upgrading to "androidx.appcompat:appcompat:1.0.2"
and "com.google.android.material:material:1.1.0-beta01"
the WebView crashes on devices with Android 5.0 and throws this exeption android.view.InflateException
Caused by: android.view.InflateException: Binary XML file line #9: Error inflating class android.webkit.WebView
How can I fix it?