Version 1.0.6 is missing
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?
With the shutdown of JCenter, I've migrated to JitPack, which requires changes to the dependencies. Please check the README for details.
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
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.