Add dependency checksums and signing key information

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-01-25 21:06:50 +01:00
parent 129675afa4
commit bda7d0cac6
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
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