We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d47c2 commit 4773b6eCopy full SHA for 4773b6e
.github/workflows/android-audit.yml
@@ -5,7 +5,10 @@ on:
5
paths:
6
- .github/workflows/android-audit.yml
7
- android/gradle/verification-metadata.xml
8
+ - android/gradle/verification-metadata.keys.xml
9
+ - android/gradle/verification-keyring.keys
10
- android/scripts/update-lockfile.sh
11
+ - android/scripts/verify-lockfile-keys.sh
12
# libs.versions.toml and *.kts are necessary to ensure that the verification-metadata.xml is up-to-date
13
# with our dependency usage due to the dependency verification not working as expected when keys are
14
# specified for dependencies (DROID-1425).
0 commit comments