DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.17k stars 1.91k forks source link

Failed to resolve: com.github.barteksc:android-pdf-viewer:3.2.0-beta.1 #1217

Open WY1605058341 opened 2 weeks ago

WY1605058341 commented 2 weeks ago

The version of Android Studio is 2024.1.2. Can not sync success,show the error : Failed to resolve: com.github.barteksc:android-pdf-viewer:3.2.0-beta.1

hhajiloo commented 2 weeks ago

use below repo maven { url "https://repository.liferay.com/nexus/content/repositories/public/" }

jordizspmobile commented 2 weeks ago

Isn't working, continue failing

hhajiloo commented 2 weeks ago

settings.gradle file

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        gradlePluginPortal()
        maven { url 'https://jitpack.io' }
        maven { url "https://repository.liferay.com/nexus/content/repositories/public/" }
    }
}

i use and its work!

shubhamshreesri commented 1 week ago

not working