Update third party licenses.

This commit is contained in:
Greyson Parrelli
2024-02-27 12:02:36 -05:00
committed by Alex Hart
parent 23e18cee22
commit 343cc3ca67
2 changed files with 114 additions and 104 deletions

View File

@@ -86,6 +86,10 @@ task("saveLicenses") {
output.append("\n")
}
output.append("Kyber Patent License\n")
output.append("https://csrc.nist.gov/csrc/media/Projects/post-quantum-cryptography/documents/selected-algos-2022/nist-pqc-license-summary-and-excerpts.pdf\n")
output.append("\n")
// Save the file to disk
rootProject
.file("app/src/main/res/raw/third_party_licenses")