MavenCentrall Support?
fkocak2505 opened this issue · 2 comments
fkocak2505 commented
Hi,
jCenter() will stop in 1 Februray 2022. This library will move to mavencentrall?
LordSaac commented
LordSaac commented
Hello @fkocak2505
- Add the JitPack repository to your project's build.gradle file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the dependency in your app's build.gradle file
dependencies {
implementation 'com.github.LordSaac:ProgressLottieIGB:v1.0.2'
}
Regards