mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 12:25:57 +03:00
Add dependency checksums and signing key information
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
70f149295a
commit
066e5c1b7d
5 changed files with 5570 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@
|
|||
# fastlane
|
||||
/vendor/bundle
|
||||
fastlane/report.xml
|
||||
/gradle/verification-keyring.gpg
|
||||
|
|
|
@ -45,6 +45,7 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
testCoverage.jacocoVersion = "0.8.8"
|
||||
|
||||
flavorDimensions = ["version"]
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
||||
org.gradle.dependency.verification.console=verbose
|
||||
org.gradle.configuration-cache=true
|
||||
android.useAndroidX=true
|
||||
|
|
3978
gradle/verification-keyring.keys
Normal file
3978
gradle/verification-keyring.keys
Normal file
File diff suppressed because it is too large
Load diff
1589
gradle/verification-metadata.xml
Normal file
1589
gradle/verification-metadata.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue