79237438

Date: 2024-11-29 14:36:08
Score: 2
Natty:
Report link

The dependency

  implementation 'com.hzy:libp7zip:1.7.0'

is now

implementation 'com.github.hzy3774:AndroidP7zip:v1.7.2'

Accordingly the correct import for accessing the P7ZipApi class would be:

import com.hzy.libp7zip.P7ZipApi;

Refer to the author's library:

https://jitpack.io/p/hzy3774/AndroidUn7zip

https://github.com/hzy3774/AndroidUn7zip

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eldo Martadjaya