tommybuonomo / dotsindicator

Three material Dots Indicators for view pagers in Android !
Apache License 2.0
3.49k stars 356 forks source link

Could not find com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2. #197

Closed Akshayck-dev closed 2 months ago

Akshayck-dev commented 3 months ago

image @tommybuonomo

goldfish07 commented 3 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") }

khengyun commented 2 months ago

Fix #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") }

many thanks