Merge pull request #3594 from nextcloud/chore/noid/dependencyChecksums

Add dependency checksums and signing key information
This commit is contained in:
Andy Scherzinger 2024-01-26 17:02:06 +01:00 committed by GitHub
commit f8b59e9688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8701 additions and 0 deletions

1
.gitignore vendored
View File

@ -85,3 +85,4 @@ freeline_project_description.json
# python
**/__pycache__/
/gradle/verification-keyring.gpg

View File

@ -32,6 +32,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-XX:MaxHeapSize\=2048m -Xmx2048m
org.gradle.dependency.verification.console=verbose
android.useAndroidX=true
android.enableJetifier=true

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff