forked
This commit is contained in:
parent
1ef725ef20
commit
87bcfa54ea
29 changed files with 1257 additions and 0 deletions
BIN
.gradle/8.7/checksums/checksums.lock
Normal file
BIN
.gradle/8.7/checksums/checksums.lock
Normal file
Binary file not shown.
BIN
.gradle/8.7/checksums/sha256-checksums.bin
Normal file
BIN
.gradle/8.7/checksums/sha256-checksums.bin
Normal file
Binary file not shown.
0
.gradle/8.7/dependencies-accessors/gc.properties
Normal file
0
.gradle/8.7/dependencies-accessors/gc.properties
Normal file
BIN
.gradle/8.7/executionHistory/executionHistory.lock
Normal file
BIN
.gradle/8.7/executionHistory/executionHistory.lock
Normal file
Binary file not shown.
BIN
.gradle/8.7/fileChanges/last-build.bin
Normal file
BIN
.gradle/8.7/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
.gradle/8.7/fileHashes/fileHashes.bin
Normal file
BIN
.gradle/8.7/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
.gradle/8.7/fileHashes/fileHashes.lock
Normal file
BIN
.gradle/8.7/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
0
.gradle/8.7/gc.properties
Normal file
0
.gradle/8.7/gc.properties
Normal file
BIN
.gradle/8.7/signature-verification/signature-verification.bin
Normal file
BIN
.gradle/8.7/signature-verification/signature-verification.bin
Normal file
Binary file not shown.
BIN
.gradle/8.7/signature-verification/signature-verification.lock
Normal file
BIN
.gradle/8.7/signature-verification/signature-verification.lock
Normal file
Binary file not shown.
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
BIN
.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
Binary file not shown.
2
.gradle/buildOutputCleanup/cache.properties
Normal file
2
.gradle/buildOutputCleanup/cache.properties
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#Sun Nov 16 19:38:37 CET 2025
|
||||||
|
gradle.version=8.7
|
||||||
2
.gradle/config.properties
Normal file
2
.gradle/config.properties
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#Sun Nov 16 19:38:32 CET 2025
|
||||||
|
java.home=/app/extra/jbr
|
||||||
0
.gradle/vcs-1/gc.properties
Normal file
0
.gradle/vcs-1/gc.properties
Normal file
3
.idea/.gitignore
generated
vendored
Normal file
3
.idea/.gitignore
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
6
.idea/AndroidProjectSystem.xml
generated
Normal file
6
.idea/AndroidProjectSystem.xml
generated
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="AndroidProjectSystem">
|
||||||
|
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
1017
.idea/caches/deviceStreaming.xml
generated
Normal file
1017
.idea/caches/deviceStreaming.xml
generated
Normal file
File diff suppressed because it is too large
Load diff
12
.idea/gradle.xml
generated
Normal file
12
.idea/gradle.xml
generated
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="GradleSettings">
|
||||||
|
<option name="linkedExternalProjectsSettings">
|
||||||
|
<GradleProjectSettings>
|
||||||
|
<option name="testRunner" value="CHOOSE_PER_TEST" />
|
||||||
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
|
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
|
||||||
|
</GradleProjectSettings>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
8
.idea/markdown.xml
generated
Normal file
8
.idea/markdown.xml
generated
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="MarkdownSettings">
|
||||||
|
<option name="previewPanelProviderInfo">
|
||||||
|
<ProviderInfo name="Compose (experimental)" className="com.intellij.markdown.compose.preview.ComposePanelProvider" />
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
10
.idea/migrations.xml
generated
Normal file
10
.idea/migrations.xml
generated
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectMigrations">
|
||||||
|
<option name="MigrateToGradleLocalJavaHome">
|
||||||
|
<set>
|
||||||
|
<option value="$PROJECT_DIR$" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
10
.idea/misc.xml
generated
Normal file
10
.idea/misc.xml
generated
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||||
|
<component name="ProjectRootManager">
|
||||||
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||||
|
</component>
|
||||||
|
<component name="ProjectType">
|
||||||
|
<option name="id" value="Android" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
17
.idea/runConfigurations.xml
generated
Normal file
17
.idea/runConfigurations.xml
generated
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="RunConfigurationProducerService">
|
||||||
|
<option name="ignoredProducers">
|
||||||
|
<set>
|
||||||
|
<option value="com.intellij.execution.junit.AbstractAllInDirectoryConfigurationProducer" />
|
||||||
|
<option value="com.intellij.execution.junit.AllInPackageConfigurationProducer" />
|
||||||
|
<option value="com.intellij.execution.junit.PatternConfigurationProducer" />
|
||||||
|
<option value="com.intellij.execution.junit.TestInClassConfigurationProducer" />
|
||||||
|
<option value="com.intellij.execution.junit.UniqueIdConfigurationProducer" />
|
||||||
|
<option value="com.intellij.execution.junit.testDiscovery.JUnitTestDiscoveryConfigurationProducer" />
|
||||||
|
<option value="org.jetbrains.kotlin.idea.junit.KotlinJUnitRunConfigurationProducer" />
|
||||||
|
<option value="org.jetbrains.kotlin.idea.junit.KotlinPatternConfigurationProducer" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
1
build/reports/dependency-verification/at-1763318315735/css/uikit.min.css
vendored
Normal file
1
build/reports/dependency-verification/at-1763318315735/css/uikit.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,149 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Dependency verification report</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="css/uikit.min.css" />
|
||||||
|
<script src="js/uikit.min.js"></script>
|
||||||
|
<script src="js/uikit-icons.min.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="uk-navbar-container" uk-navbar>
|
||||||
|
<div class="uk-navbar-left">
|
||||||
|
<a href="" class="uk-navbar-item uk-logo"><img src="img/gradle-logo.png" width="120"></a>
|
||||||
|
<ul class="uk-navbar-nav">
|
||||||
|
<li class="uk-active"><a href="#">Dependency verification report</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="uk-container uk-container-expand">
|
||||||
|
<ul uk-accordion>
|
||||||
|
<li class="uk-open">
|
||||||
|
<a class="uk-accordion-title" href="#"><span uk-icon="chevron-right"></span>configuration ':app:genericDebugAndroidTestCompileClasspath' <span class="uk-badge">1 error</span></a><div class="uk-accordion-content"><table class="uk-table uk-table-hover uk-table-divider uk-table-middle uk-table-small">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th class="uk-table-shrink uk-width-auto uk-text-nowrap">Module</th>
|
||||||
|
<th class="uk-table-shrink uk-width-auto uk-text-nowrap">Artifact</th>
|
||||||
|
<th class="uk-table-shrink uk-width-expand">Problem(s)</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="uk-text-nowrap">com.github.tmurakami:dexopener:2.0.5</td>
|
||||||
|
<td class="uk-text-nowrap"><div uk-tooltip="title: From repository 'maven'"><a href="file:/home/fr4nz/.gradle/caches/modules-2/files-2.1/com.github.tmurakami/dexopener/2.0.5/3d58423eac22b4cc16964dc7f79f3f3d3c57df88/dexopener-2.0.5.pom">dexopener-2.0.5.pom</a></div></td>
|
||||||
|
<td>
|
||||||
|
<p>Signature file is missing <a uk-toggle="target: #signature-file-missing" uk-icon="icon: info"></a></p>
|
||||||
|
<p>Expected a sha256 checksum of <span style="font-weight:bold; color: blue">f5b4b463aa677a65f140b9a3c5325dfadd2856cf16895d6f6fa6105ab5f0b7a3</span> but was <span style="font-weight:bold; color: #ee442f">6ba1b5ac65468d5c6578e334d32a71f19306c3ee1025e5799f46d9b275ef9295</span> <a uk-toggle="target: #checksum-mismatch" uk-icon="icon: warning"></a></p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table></div> </li>
|
||||||
|
<li>
|
||||||
|
<a class="uk-accordion-title" href="#"><span uk-icon="chevron-right"></span>configuration ':appscan:debugCompileClasspath' <span class="uk-badge">1 error</span></a><div class="uk-accordion-content"><table class="uk-table uk-table-hover uk-table-divider uk-table-middle uk-table-small">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th class="uk-table-shrink uk-width-auto uk-text-nowrap">Module</th>
|
||||||
|
<th class="uk-table-shrink uk-width-auto uk-text-nowrap">Artifact</th>
|
||||||
|
<th class="uk-table-shrink uk-width-expand">Problem(s)</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="uk-text-nowrap">com.github.tmurakami:dexopener:2.0.5</td>
|
||||||
|
<td class="uk-text-nowrap"><div uk-tooltip="title: From repository 'maven'"><a href="file:/home/fr4nz/.gradle/caches/modules-2/files-2.1/com.github.tmurakami/dexopener/2.0.5/3d58423eac22b4cc16964dc7f79f3f3d3c57df88/dexopener-2.0.5.pom">dexopener-2.0.5.pom</a></div></td>
|
||||||
|
<td>
|
||||||
|
<p>Signature file is missing <a uk-toggle="target: #signature-file-missing" uk-icon="icon: info"></a></p>
|
||||||
|
<p>Expected a sha256 checksum of <span style="font-weight:bold; color: blue">f5b4b463aa677a65f140b9a3c5325dfadd2856cf16895d6f6fa6105ab5f0b7a3</span> but was <span style="font-weight:bold; color: #ee442f">6ba1b5ac65468d5c6578e334d32a71f19306c3ee1025e5799f46d9b275ef9295</span> <a uk-toggle="target: #checksum-mismatch" uk-icon="icon: warning"></a></p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table></div> </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="verified-not-trusted" uk-modal>
|
||||||
|
<div class="uk-modal-dialog uk-modal-body">
|
||||||
|
<h2 class="uk-modal-title">Key isn't trusted</h2>
|
||||||
|
<p>This indicates that a dependency was <i>verified</i>, that the signature matched, but that you don't <i>trust</i> this signature.</p>
|
||||||
|
|
||||||
|
<p>If you trust the author of the signature, you need to add the key to the trusted keys.</p>
|
||||||
|
<p>See the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:^" target="_blank">documentation</a> to get more information.</p>
|
||||||
|
<button class="uk-button uk-button-primary uk-modal-close" type="button">Ok</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="signature-didnt-match" uk-modal>
|
||||||
|
<div class="uk-modal-dialog uk-modal-body">
|
||||||
|
<h2 class="uk-modal-title">Signature didn't match</h2>
|
||||||
|
<p>This indicates that a dependency was <i>signed</i> but that the signature verification <b>failed</b>.</p>
|
||||||
|
<p>This happens when a dependency was compromised or that the signature was made for a different artifact than the one you got.</p>
|
||||||
|
<p>It's important that you <b>carefully review this problem</b>.</p>
|
||||||
|
<p>See the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:^" target="_blank">documentation</a> to get more information.</p>
|
||||||
|
<button class="uk-button uk-button-primary uk-modal-close" type="button">Ok</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="ignored-key" uk-modal>
|
||||||
|
<div class="uk-modal-dialog uk-modal-body">
|
||||||
|
<h2 class="uk-modal-title">A key was ignored</h2>
|
||||||
|
<p>This indicates that a dependency was <i>signed with an ignored key</i>.</p>
|
||||||
|
<p>You must provide at least one checksum so that verification can pass.</p>
|
||||||
|
<p>See the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:^" target="_blank">documentation</a> to get more information.</p>
|
||||||
|
<button class="uk-button uk-button-primary uk-modal-close" type="button">Ok</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="missing-key" uk-modal>
|
||||||
|
<div class="uk-modal-dialog uk-modal-body">
|
||||||
|
<h2 class="uk-modal-title">Public key couldn't be found</h2>
|
||||||
|
<p>This indicates that a dependency was <i>signed</i> but that Gradle couldn't download the public key to verify the signature.</p>
|
||||||
|
<p>You should check if the key is valid, and if so, provide a key server where to download it.</p>
|
||||||
|
<p>See the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:^" target="_blank">documentation</a> to get more information.</p>
|
||||||
|
<button class="uk-button uk-button-primary uk-modal-close" type="button">Ok</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="missing-checksums" uk-modal>
|
||||||
|
<div class="uk-modal-dialog uk-modal-body">
|
||||||
|
<h2 class="uk-modal-title">Checksums are missing</h2>
|
||||||
|
<p>This indicates that the dependency verification file doesn't contain at least one checksum for this artifact.</p>
|
||||||
|
<p>You must provide at least one checksum for artifact verification to pass.</p>
|
||||||
|
<p>See the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:^" target="_blank">documentation</a> to get more information.</p>
|
||||||
|
<button class="uk-button uk-button-primary uk-modal-close" type="button">Ok</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="checksum-mismatch" uk-modal>
|
||||||
|
<div class="uk-modal-dialog uk-modal-body">
|
||||||
|
<h2 class="uk-modal-title">Incorrect checksum</h2>
|
||||||
|
<p>This indicates that the dependency verification file <b>failed</b> because the actual checksum of the dependency artifact didn't match the expected checksum declared in the verification metadata.</p>
|
||||||
|
<p>This happens when a dependency was compromised or that downloaded artifact isn't the one that you expected.</p>
|
||||||
|
<p>It's important that you <b>carefully review this problem</b>.</p>
|
||||||
|
<p>See the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:^" target="_blank">documentation</a> to get more information.</p>
|
||||||
|
<button class="uk-button uk-button-primary uk-modal-close" type="button">Ok</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="deleted-artifact" uk-modal>
|
||||||
|
<div class="uk-modal-dialog uk-modal-body">
|
||||||
|
<h2 class="uk-modal-title">Deleted artifact</h2>
|
||||||
|
<p>This error usually indicated that the local dependency cache was tampered with.</p>
|
||||||
|
<p>This happens when someone manually deletes an artifact from the Gradle dependency cache, which is now corrupt.</p>
|
||||||
|
<p>See the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:^" target="_blank">documentation</a> to get more information.</p>
|
||||||
|
<button class="uk-button uk-button-primary uk-modal-close" type="button">Ok</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="signature-file-missing" uk-modal>
|
||||||
|
<div class="uk-modal-dialog uk-modal-body">
|
||||||
|
<h2 class="uk-modal-title">Missing signature file</h2>
|
||||||
|
<p>The signature file for this artifact wasn't found.</p>
|
||||||
|
<p>Usually it indicates that the signature doesn't exist in the repository the artifact was downloaded from.</p>
|
||||||
|
<p>In general this is not a problem but you should then declare at least one checksum for verification to pass.</p>
|
||||||
|
<p>See the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:^" target="_blank">documentation</a> to get more information.</p>
|
||||||
|
<button class="uk-button uk-button-primary uk-modal-close" type="button">Ok</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="uk-container uk-padding">
|
||||||
|
<div class="uk-card uk-card-default uk-card-body" style="z-index: 980;" uk-sticky="bottom: true">
|
||||||
|
<h2 class="uk-modal-title">Troubleshooting</h2>
|
||||||
|
<p>Please review the errors reported above carefully. Click on the icons near to the error descriptions for information about how to fix a particular problem. It is recommended that you edit the <a href="file:/home/fr4nz/NetStorage/Repo/c2c-sync/gradle/verification-metadata.xml">verification file</a> manually. However, if you are confident that those are false positives, Gradle can help you by generating the missing verification metadata. In this case, you can run with the following command-line:</p> <pre>gradle --write-verification-metadata pgp,sha256 help</pre> <p>In any case you <b>must review the result</b> of this operation. <p>Please refer to the <a href="https://docs.gradle.org/8.7/userguide/dependency_verification.html" target="_blank">documentation</a> for more information.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
3
build/reports/dependency-verification/at-1763318315735/js/uikit-icons.min.js
vendored
Normal file
3
build/reports/dependency-verification/at-1763318315735/js/uikit-icons.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
3
build/reports/dependency-verification/at-1763318315735/js/uikit.min.js
vendored
Normal file
3
build/reports/dependency-verification/at-1763318315735/js/uikit.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
local.properties
Normal file
8
local.properties
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
## This file must *NOT* be checked into Version Control Systems,
|
||||||
|
# as it contains information specific to your local configuration.
|
||||||
|
#
|
||||||
|
# Location of the SDK. This is only used by Gradle.
|
||||||
|
# For customization when using a Version Control System, please read the
|
||||||
|
# header note.
|
||||||
|
#Sun Nov 16 19:38:33 CET 2025
|
||||||
|
sdk.dir=/home/fr4nz/Android/Sdk
|
||||||
Loading…
Add table
Add a link
Reference in a new issue