MasayukiSuda / BubbleLayout

Bubble View for Android.
973 stars 135 forks source link

Upgrade to androidx #22

Closed bjarneheden closed 5 years ago

bjarneheden commented 5 years ago

It would be great if this could be updated to androidx (that dependency on com.android.support:appcompat-v7:) so we can avoid using Jetifier for this dependancy. (Jetifier makes our builds a bit slow).

MasayukiSuda commented 5 years ago

fix it

bjarneheden commented 5 years ago

Thanks!

bjarneheden commented 5 years ago

When I change the version to 1.2.1, it can not be found. Looks like it is not updated in mvnrepository?

Edit: my mistake, it works as expected.