Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

Version 1.0.6 is missing

Open dobrota opened this issue 1 year ago • 3 comments

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?

dobrota avatar Sep 02 '24 14:09 dobrota

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

amitshekhariitbhu avatar Sep 02 '24 14:09 amitshekhariitbhu

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 avatar Sep 03 '24 07:09 banic

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.

banic avatar Sep 03 '24 10:09 banic