mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 14:05:40 +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
|
# python
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
|
|
||||||
|
/gradle/verification-keyring.gpg
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
# Specifies the JVM arguments used for the daemon process.
|
# Specifies the JVM arguments used for the daemon process.
|
||||||
# The setting is particularly useful for tweaking memory settings.
|
# The setting is particularly useful for tweaking memory settings.
|
||||||
org.gradle.jvmargs=-XX:MaxHeapSize\=2048m -Xmx2048m
|
org.gradle.jvmargs=-XX:MaxHeapSize\=2048m -Xmx2048m
|
||||||
|
org.gradle.dependency.verification.console=verbose
|
||||||
|
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=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