Routine ships with a default resolver for caller. This child module contained herein is additional resovler for android support Fragment.
Supply an instance of support resolver when building your Routine instance:
Routine routine = new Routine.Builder()
.addResolverFactory(SupportFragmentResolverFactory.create())
.build();compile 'com.anbillon.routine:support-resolver:1.1.1'