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

update verification-metadata.xml #2027

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,11 @@
<sha256 value="78fb117df1131cd82c3aeab3cbae8d38529403d888dc2430f5b55c75ef6d5cf6" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="Android-SingleSignOn-1.0.0.module">
<sha256 value="1bfae2502336e2e1ce86937035381203754b147bfc6b353b2e5b2960aa7a850a" origin="Generated by Gradle" reason="Artifact is not signed"/>
<sha256 value="1bfae2502336e2e1ce86937035381203754b147bfc6b353b2e5b2960aa7a850a"
origin="Generated by Gradle" reason="Artifact is not signed">
<also-trust
value="4b6d114de09a9a585aed1b81b936fa7e502508e69167182ca2790f311765b08a" />
</sha256>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-common" version="0.14.0">
Expand Down Expand Up @@ -1294,25 +1298,34 @@
</component>
<component group="com.google.android.material" name="material" version="1.11.0">
<artifact name="material-1.11.0.aar">
<sha256 value="8eaf7f399ee094dc13495c36e7d4ef471ea7ef8a399e4d79c96b50fd4f82450c" origin="Generated by Gradle" reason="Artifact is not signed"/>
<sha256 value="8eaf7f399ee094dc13495c36e7d4ef471ea7ef8a399e4d79c96b50fd4f82450c"
origin="Generated by Gradle" reason="Artifact is not signed" />
</artifact>
<artifact name="material-1.11.0.module">
<sha256 value="901ee9e6a1fece5e1b24436777d6da85d9ca72179c75373a5a45ec83499cde04" origin="Generated by Gradle" reason="Artifact is not signed"/>
<sha256 value="901ee9e6a1fece5e1b24436777d6da85d9ca72179c75373a5a45ec83499cde04"
origin="Generated by Gradle" reason="Artifact is not signed" />
</artifact>
</component>
<component group="com.google.auto" name="auto-parent" version="6">
<artifact name="auto-parent-6.pom">
<pgp value="6F7E5ACBCD02DB60DFD232E45E1F79A7C298661E"/>
<pgp value="6F7E5ACBCD02DB60DFD232E45E1F79A7C298661E" />
</artifact>
</component>
<component group="com.google.auto.value" name="auto-value-annotations" version="1.10.4">
<artifact name="auto-value-annotations-1.10.4.pom">
<sha256 value="73a5b8515f85f88c4089f7ff4a43cd1795a481fdab93fa9050b13cfa1a8d25f7"
origin="Generated by Gradle" />
</artifact>
</component>
<component group="com.google.code.findbugs" name="jsr305" version="2.0.2">
<artifact name="jsr305-2.0.2.pom">
<pgp value="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA"/>
<pgp value="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA" />
</artifact>
</component>
<component group="com.google.guava" name="guava-parent" version="26.0-android">
<artifact name="guava-parent-26.0-android.pom">
<sha256 value="f8698ab46ca996ce889c1afc8ca4f25eb8ac6b034dc898d4583742360016cc04" origin="Generated by Gradle"/>
<sha256 value="f8698ab46ca996ce889c1afc8ca4f25eb8ac6b034dc898d4583742360016cc04"
origin="Generated by Gradle" />
</artifact>
</component>
<component group="com.google.testing.platform" name="core-proto" version="0.0.8-alpha08">
Expand Down
Loading