diff --git a/carouselview/build.gradle b/carouselview/build.gradle index 3692a2f..f8d89e4 100644 --- a/carouselview/build.gradle +++ b/carouselview/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.romandanylyk:pageindicatorview:1.0.3' + implementation 'com.github.romandanylyk:PageIndicatorView:b1bad589b5' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'