Skip to content

Commit

Permalink
Add dependency checksums and signing key information
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Jan 28, 2024
1 parent 70f1492 commit 9b0cb31
Show file tree
Hide file tree
Showing 5 changed files with 5,571 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
# fastlane
/vendor/bundle
fastlane/report.xml
/gradle/verification-keyring.gpg
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {

buildTypes {
debug {
testCoverageEnabled true
testCoverageEnabled false
}

release {
Expand All @@ -45,6 +45,7 @@ android {
}
}

testCoverage.jacocoVersion = "0.8.8"

flavorDimensions = ["version"]

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 9b0cb31

Please sign in to comment.