Skip to content

Commit

Permalink
Merge pull request #1336 from nextcloud/chore/noid/dependencyChecksums
Browse files Browse the repository at this point in the history
Add dependency checksums and signing key information
  • Loading branch information
AndyScherzinger committed Jan 29, 2024
2 parents 49092f7 + 52ec2a8 commit e4b78de
Show file tree
Hide file tree
Showing 4 changed files with 6,551 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ tests/test_cases/proguard-project.txt

# Test files
/test
/gradle/verification-keyring.gpg
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ android.nonFinalResIds=false

# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.dependency.verification.console=verbose
kotlin.daemon.jvmargs=-Xmx4096m
org.gradle.caching=true
org.gradle.parallel=true
Expand Down
Loading

0 comments on commit e4b78de

Please sign in to comment.