jidogoon / PdfRendererView

Android Pdf Renderer View
Apache License 2.0
24 stars 4 forks source link

Photoview error #6

Open asifshiraz opened 4 years ago

asifshiraz commented 4 years ago

I get following error:

Could not find com.github.chrisbanes:PhotoView:2.1.3. Searched in the following locations:

luck-alex13 commented 1 year ago

Add in file settings.gradle this code

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        jcenter() // Warning: this repository is going to shut down soon
        maven { url 'https://jitpack.io' }
    }
}

It works for me. You can try to add only library com.github.chrisbanes:PhotoView:XXX to check error. A had same errors with it