nmssalman / ScrollGalleryView

0 stars 0 forks source link

Could not find #1

Open alcadiosystem opened 2 hours ago

alcadiosystem commented 2 hours ago

I am having the following error, I do all the steps that are mentioned in the documentation, but I still get this error

image

my implements are:

implementation 'com.github.nmssalman:ScrollGalleryView:library:1.2.6' 
implementation 'com.veinhorn.scrollgalleryview:picasso-loader:1.2.4'
nmssalman commented 1 hour ago

@alcadiosystem i have updated the readme. please use

only need below. implementation 'com.github.nmssalman:ScrollGalleryView:2.0'

make sure you have added jitpack

dependencyResolutionManagement {
        repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
        repositories {
            mavenCentral()
            maven { url 'https://jitpack.io' }
        }
    }

you dont need implementation 'com.veinhorn.scrollgalleryview:picasso-loader:1.2.4'. this library is no longer available. no need to use this. you can remove this library.