Manuel Garcia
Manuel Garcia
Any update on this? Did you find any solution to this issue? ExoPlayer 2.16.0+ is needed to target Android 12+, otherwise, the app will crash, so I think toro should...
Thanks for the quick reply. I do have `-keep class com.clevertap.android.sdk.**` and I don't think it's an obfuscation problem, as the issue is still there when I set `minifyEnabled false`...
As mentioned in the ExoPLayer issue you share the problem is happening if generating signed builds. * invalidating caches and restarting doesn't change anything. * including the dependency via an...
Trying to generate minimum implementation to reproduce the crash, I found out the issue is solved if I change the minSdk from ` minSdkVersion 21` to `minSdkVersion 24`. I don't...