Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JCenter is shutting down on May 1st, 2021 #48

Closed
equeim opened this issue Feb 4, 2021 · 8 comments
Closed

JCenter is shutting down on May 1st, 2021 #48

equeim opened this issue Feb 4, 2021 · 8 comments
Assignees

Comments

@equeim
Copy link

equeim commented Feb 4, 2021

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

AFAIK, currently library is available only on JCenter.

@randr0id randr0id self-assigned this Mar 14, 2021
@mariolenci-hf
Copy link

Are there any news on this?

@randr0id
Copy link
Member

Sorry, the relaxation on the deadline allowed more time, but I'm still planning to migrate to maven central.

@randr0id
Copy link
Member

randr0id commented Jun 9, 2021

I decided to migrate to JitPack (already supported) due to the difficulty in verifying domain ownership and publishing. The project readme has been updated to show adding the JitPack dependency:

project/build.grade

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

module/build.gradle

dependencies {
    implementation 'com.github.L4Digital:FastScroll:2.0.1'
}

@randr0id randr0id closed this as completed Jun 9, 2021
@equeim
Copy link
Author

equeim commented Jun 11, 2021

I tried to add it like in your example, but I get AAPT errors about missing attributes. I checked Gradle cache, and for some reason it downloaded only pom file (.gradle/cache/modules-2/files-2.1/com.github.L4Digital/FastScroll/2.0.1/7ec2e677cd1667186bd0243a8059b2c38873e38/FastScroll-2.0.1.pom), but not aar. I use Gradle 7.0.2.

@randr0id
Copy link
Member

I ran into the same issue. I'm in the process now of migrating to maven central.

@randr0id randr0id reopened this Jun 11, 2021
@randr0id
Copy link
Member

randr0id commented Jun 12, 2021

FastScroll 2.0.1 is available on maven central now. I'll update the README soon, but the dependency must be added as:
implementation "io.github.l4digital:fastscroll:2.0.1"

@afsalb
Copy link

afsalb commented Aug 3, 2021

FastScroll 2.0.1 is available on maven central now. I'll update the README soon, but the dependency must be added as:
implementation "io.github.l4digital:fastscroll:2.0.1"

i did this still im getting error.
error: package com.l4digital.fastscroll does not exist
import com.l4digital.fastscroll.FastScroller;

error: package FastScroller does not exist
FastScroller.SectionIndexer,

Ive updated android studio to artic fox. Gradle version also updated.

@randr0id
Copy link
Member

randr0id commented Aug 3, 2021

@afsalb You may need to clear your cache. The artifact is on maven central as can be seen from the link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants