Closed andob closed 2 years ago
one can import the artifact from JitPack.
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.hzy3774:AndroidP7zip:v1.7.2'
}
@hzy3774 please update documentation on README.md on how to import the library.
ok, thank you
Are you using JCenter to host the artifact?
Because if I remove jcenter() from repositories gradle block, the library won't be imported:
JCenter is at end of life. Please migrate if needed.