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 replacement #146

Open
androidbala126 opened this issue Nov 11, 2022 · 1 comment
Open

JCenter replacement #146

androidbala126 opened this issue Nov 11, 2022 · 1 comment

Comments

@androidbala126
Copy link

Hello, As the JCenter service is ended, i want to use this expandable library yet in my project. I am looking for some support on this. Do you have any replacement for this sdk or supported library from mavenCentral?. Please help me.

@Dawid-Witkowski
Copy link

add maven { url = URI.create("https://jitpack.io") } (if you're using kotlin DSL) to your repositories in settings.gradle.kts and add implementation("com.github.aakira:expandable-layout:v1.4.1") to the module's build.gradle, should be working

see: https://mvnrepository.com/artifact/com.github.aakira/expandable-layout/v1.4.1 for sources :)

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

2 participants