android-inapp-update icon indicating copy to clipboard operation
android-inapp-update copied to clipboard

jcenter() shutdown

Open balakumar-t opened this issue 3 years ago • 1 comments

Hello, since jCenter will be shutdown on 2022-02-01 are you planning to move the library to maven() or somewhere else?

balakumar-t avatar Dec 25 '21 16:12 balakumar-t

I had to update one of my apps that depended on this library and was able to use it with the help of: https://jitpack.io/#dnKaratzas/android-inapp-update/1.0.2

In parent gradle file: allprojects { repositories { ... maven { url 'https://jitpack.io' } } }

and in app gradle file: dependencies { implementation 'com.github.dnKaratzas:android-inapp-update:1.0.2' }

midhunhk avatar Aug 23 '23 13:08 midhunhk