MIGRATION
- change
.fragment()
to.supportFragment()
andLibsFragment
toLibsSupportFragment
CHANGES
- move logic of LibsFragment to LibsFragmentCompat
- create new LibsFragment and LibsSupportFragment
- Rename all references to LibsFragment to LibsSupportFragment
- improve and change to ContextCompat
- use correct getContext method
- add new supportFragment() method to LibsBuilder
- add new TargetAPI annotation to fragment() method
DETAIL INFO
- moved logic of the fragment to the new
LibsFragmentCompat
class- create new
LibsSupportFragment
which extends theandroid.support.v4.app.Fragment
- change the
LibsFragment
which now extends theandroid.app.Fragment
- create new
- add new method
.supportFragment()
which returnsandroid.support.v4.app.Fragment
- change
.fragment()
which now returnsandroid.app.Fragment