mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
Add dependency checksums and signing key information
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
129675afa4
commit
bda7d0cac6
4 changed files with 8701 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -85,3 +85,4 @@ freeline_project_description.json
|
|||
# python
|
||||
**/__pycache__/
|
||||
|
||||
/gradle/verification-keyring.gpg
|
||||
|
|
|
@ -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
|
||||
|
|
5837
gradle/verification-keyring.keys
Normal file
5837
gradle/verification-keyring.keys
Normal file
File diff suppressed because it is too large
Load diff
2862
gradle/verification-metadata.xml
Normal file
2862
gradle/verification-metadata.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue