mirror of
https://github.com/apache/cordova-android.git
synced 2026-01-30 00:05:28 +08:00
- Calling Class.newInstance is deprecated. Instead Class.getDeclaredConstructor().newInstance() should be called
- Calling Class.newInstance is deprecated. Instead Class.getDeclaredConstructor().newInstance() should be called