Open fgroupindonesia opened 3 months ago
This library is still hosted on JCenter, but JCenter has been deprecated. @fgroupindonesia
@fgroupindonesia any temporary workaround? I am facing the same issue
@fgroupindonesia
It’s available via JitPack: https://jitpack.io/#voghDev/PdfViewPager
Describe the bug I tried to implement the configuration part but seems after running the sync everythings comes up with the error focus on library failed to resolve
Steps to Reproduce Here what i've done so far:
[versions] agp = "8.4.1" kotlin = "1.9.0" coreKtx = "1.10.1" lifecycleRuntimeKtx = "2.6.1" activityCompose = "1.8.0" composeBom = "2023.08.00" pdfviewpagerLibrary = "1.1.3"
[libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" } androidx-ui = { group = "androidx.compose.ui", name = "ui" } androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } androidx-material3 = { group = "androidx.compose.material3", name = "material3" } es-voghdev-pdfviewpager-library = { group ="es.voghdev.pdfviewpager", name="library", version.ref = "pdfviewpagerLibrary" }
[plugins] android-application = { id = "com.android.application", version.ref = "agp" } jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }