Closed Akshayck-dev closed 2 months ago
Fix https://github.com/tommybuonomo/dotsindicator/issues/115 The library is now on MavenCentral.
The library name moves from com.tbuonomo.andrui:viewpagerdotsindicator
to com.tbuonomo:dotsindicator
repositories { google() mavenCentral() } dependencies { implementation("com.tbuonomo:dotsindicator:5.0") }
Fix #115 The library is now on MavenCentral. The library name moves from
com.tbuonomo.andrui:viewpagerdotsindicator
tocom.tbuonomo:dotsindicator
repositories { google() mavenCentral() } dependencies { implementation("com.tbuonomo:dotsindicator:5.0") }
many thanks
@tommybuonomo