Router – is a flexible componentized routing framework for Android.
ProGuard rules for Router
Add the following lines to your ProGuard configuration proguard.cfg file in project.
# Router
-keep class com.chenenyu.router.** {*;}
-keep class * implements com.chenenyu.router.RouteInterceptor {*;}
For more information about Router please see the website.