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-28 18:57:32 +01:00
parent 70f149295a
commit 066e5c1b7d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
5 changed files with 5570 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@
# fastlane
/vendor/bundle
fastlane/report.xml
/gradle/verification-keyring.gpg

View file

@ -45,6 +45,7 @@ android {
}
}
testCoverage.jacocoVersion = "0.8.8"
flavorDimensions = ["version"]

View file

@ -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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff