android-inapp-update
android-inapp-update copied to clipboard
jcenter() shutdown
Hello, since jCenter will be shutdown on 2022-02-01 are you planning to move the library to maven() or somewhere else?
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' }