core: Use Class.forName(String) in provider for Android
Class.forName(String) is understood by ProGuard, removing the need for manual ProGuard configuration and allows ProGuard to rename the provider classes. Previously the provider classes could not be renamed. Fixes #2633
Loading
Please sign in to comment