AMIT SHEKHAR
AMIT SHEKHAR
Hi @azhon Great work. Thanks for doing it. I will review it and collaborate with you to release it.
Can u tell what is the content-type?
Jetpack compose is already added to it. But the appropriate place of that needs to be updated.
Solution: Add this in your `settings.gradle`: ```groovy maven { url 'https://jitpack.io' } ``` If you are using `settings.gradle.kts`, add the following: ```kotlin maven { setUrl("https://jitpack.io") } ``` Add this in...
@archow We both will work on it. I will need sometime, I think I will connect with you in the next month.
Hi @archow, I am thinking of picking this as a task. https://github.com/amitshekhariitbhu/android-interview-questions/issues/18
Hi @isonz Most welcome. We can do it in the repository layer.
With the shutdown of JCenter, I've migrated to JitPack, which requires changes to the dependencies. Please check the [README](https://github.com/amitshekhariitbhu/Android-Debug-Database) for details.
Have you configured the gradle for Jitpack?
