Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid signature file digest for Manifest main attributes #91

Closed
seras42 opened this issue Apr 26, 2024 · 3 comments
Closed

Invalid signature file digest for Manifest main attributes #91

seras42 opened this issue Apr 26, 2024 · 3 comments

Comments

@seras42
Copy link

seras42 commented Apr 26, 2024

Good day,
Whenever i try to use this implementation, including the nabu-chat example, i get this exception:
Caused by: java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
Perhaps do you know what could cause it? Is this problem coming from my system or the project itself?

This is what i use for gradle:

repositories {
    mavenCentral()
    maven { url "https://jitpack.io"}
}

dependencies {
    implementation 'com.github.Peergos:nabu:latest.release'
}
@ianopolous
Copy link
Member

ianopolous commented Apr 29, 2024

Thanks, I can reproduce this now. We'll fix it asap.

@ianopolous
Copy link
Member

Ok that should be fixed with v0.7.8

@seras42
Copy link
Author

seras42 commented Apr 30, 2024

Confirmed. It works with v0.7.8

@seras42 seras42 closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants