Commit451 / ForegroundViews

Views that supports a foreground, like FrameLayout does
Apache License 2.0
213 stars 29 forks source link

Migrate to AndroidX #12

Closed technoir42 closed 5 years ago

Jawnnypoo commented 5 years ago

We don't really need to enable Jetifier, right? Since we don't have any transitive dependencies on android.support. Can you remove this?

technoir42 commented 5 years ago

Removed Jetifier and rebased.

Jawnnypoo commented 5 years ago

Thanks!