-
-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Describe the bug
The latest version 1.4.2
of the android-issue-reporter library is not working as expected. The error message is: "Failed to resolve: com.heinrichreimersoftware:android-issue-reporter:1.4.2".
Reproduce
Steps to reproduce the behavior:
- Add the library with version
1.4.2
. - Try to build the project.
- See the error "Failed to resolve: com.heinrichreimersoftware:android-issue-reporter:1.4.2".
Expected behavior
The project should build successfully without any errors when using version 1.4.2
of the android-issue-reporter library.
Stack trace / screenshots
Unfortunately, I don't have a stack trace or screenshots at the moment.
Device
- Device: [Not needed]
- OS: [Not needed]
- Browser: [Not needed]
- Version: [Not needed]
Additional context
This issue started occurring after updating the library to version 1.4.2
. The previous version 1.3.1
was working fine and is present on the Maven repository. However, version 1.4.2
is on JitPack, which could be causing the issue. It seems that the project is not able to resolve the dependency from JitPack, even after adding JitPack to the project's build files. A potential solution could be to provide an updated version of the dependency on both Maven and JitPack.