For caching I use third-party DualCache library. When creating an instance of DualCache, the following error crashes.
java.lang.VerifyError: com/vincentbrison/openlibraries/android/dualcache/lib/DualCache What could be the problem?
Here is a link to the https://github.com/vincentbrison/android-easy-cache/blob/master/app/src/main/java/com/vincentbrison/openlibraries/android/dualcache/DemoActivity.java library