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

Dependency verification fails for "Android-SingleSignOn-1.3.0.module" #2351

Open
3 of 6 tasks
4ch1m opened this issue Aug 30, 2024 · 0 comments
Open
3 of 6 tasks

Dependency verification fails for "Android-SingleSignOn-1.3.0.module" #2351

4ch1m opened this issue Aug 30, 2024 · 0 comments
Labels

Comments

@4ch1m
Copy link

4ch1m commented Aug 30, 2024

This issue respects the following points:

Describe the bug

Hi there,

when trying to build the app from scratch (./gradlew build) I'm getting this error:

 Dependency verification failed for configuration ':app:devDebugCompileClasspath':
    - On artifact Android-SingleSignOn-1.3.0.module (com.github.nextcloud:Android-SingleSignOn:1.3.0) multiple problems reported:
        - in repository 'maven': artifact is not signed
        - in repository 'maven': expected a 'sha256' checksum of 'b36d6dc843a8881603fd3019a6bdacecb97e46028e984634566c00319519b436' but was '73dbcbfa90a0be5988fab0de8a0850eafdac005e781f91f4307f0035e1644aa3'

By adjusting this block ...

<artifact name="Android-SingleSignOn-1.3.0.module">
<sha256 value="b36d6dc843a8881603fd3019a6bdacecb97e46028e984634566c00319519b436" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>

... accordingly ...

<artifact name="Android-SingleSignOn-1.3.0.module">
  <sha256 value="73dbcbfa90a0be5988fab0de8a0850eafdac005e781f91f4307f0035e1644aa3" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>

... the build finishes successfully.

I wonder why there's a discrepancy regarding the version-controlled checksum versus the actual one.

Thanks!

Expected behavior

No response

Notes Android version

n/a

Notes server version

n/a

Nextcloud Android version

n/a

Nextcloud version

n/a

Device

n/a

Android Version

n/a

App Store

  • Google Play Store
  • F-Droid
  • Huawei App Gallery

Stacktrace

No response

@4ch1m 4ch1m added the bug label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant