mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 15:11:42 +01:00
I did this by clearing the components entries: perl -i -0777 -pe 's/<components>.*?<\/components>//gs' gradle/verification-metadata.xml And then regenerating them: ./gradlew --write-verification-metadata sha256 qa --rerun-tasks Resolves #13791