I am getting an exception report in Crashlytics from one of our users, Unfortunately I cannot reproduce it myself but here is the in formation I have: Fatal Exception: java.lang.NoClassDefFoundError: ...
buildscript { repositories { google() jcenter() maven { url "https://chaquo.com/maven" } } dependencies { classpath 'com.android.tools.build:gradle:4.2.1' classpath ...