The following code causes ClassCastException on Android 8, 9 & 10. But not on Android 5, 6 & 7.
Bitmap bitmap = ((BitmapDrawable) aDrawable).getBitmap();
compileSdkVersion 29
buildToolsVersion '29.0.2'
minSdkVersion 21
targetSdkVersion 29
The following code causes ClassCastException on Android 8, 9 & 10. But not on Android 5, 6 & 7.
Bitmap bitmap = ((BitmapDrawable) aDrawable).getBitmap();
compileSdkVersion 29
buildToolsVersion '29.0.2'
minSdkVersion 21
targetSdkVersion 29