sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

Use Fragment onAttach(Context) over deprecated onAttach(Activity) #328

Closed gmetal closed 5 years ago

gmetal commented 5 years ago

Expose the Fragment onAttach(Context) method, which is preferred over the deprecated onAttach(Activity).

Also use ext.supportLibVersion in the design dependency of the mvi-integration-test build script