From 1d49e447c0e93601c3c00f9f08ba10f5a3867fd2 Mon Sep 17 00:00:00 2001 From: Ahmad Shahwaiz Date: Mon, 3 Jan 2022 01:51:31 +0500 Subject: [PATCH] Updated dependency issue. The library wasn't available in Jcenter , since it was shutdown. I added the correct path. Now it will build. --- carouselview/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'