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

Version 1.0.6 is missing #237

Open
dobrota opened this issue Sep 2, 2024 · 3 comments
Open

Version 1.0.6 is missing #237

dobrota opened this issue Sep 2, 2024 · 3 comments

Comments

@dobrota
Copy link

dobrota commented Sep 2, 2024

Hi,

We have a problem with your previous version of the lib 1.0.6.
Many of ours libs use that version, and for some reason it's not available anymore on the maven, so we are not able to build the app.

1.0.7 is there, but since there is no update for the other libs, we are blocked.

Is it possible to reactivate 1.0.6 as well?

@amitshekhariitbhu
Copy link
Owner

With the shutdown of JCenter, I've migrated to JitPack, which requires changes to the dependencies. Please check the README for details.

@banic
Copy link

banic commented Sep 3, 2024

Hi, we have the same problem.
We use JCenter, but 3x of our libs have a problem downloading the lib for 1.0.6.
And everything started from this week.

> Could not find com.amitshekhar.android:debug-db:1.0.6. Required by: project :app

We seted maven { url 'https://jitpack.io' } in our gradle

@banic
Copy link

banic commented Sep 3, 2024

The problem is actually with implementation part, not jitpack itself.
I saw that instead of using com.amitshekhar.android:debug-db:1.0.6, to change to com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:1.0.7.

Sorry for misunderstanding.

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

3 participants