diff --git a/app/licenses.yml b/app/licenses.yml index 53904f8b6..75f2a7509 100644 --- a/app/licenses.yml +++ b/app/licenses.yml @@ -797,3 +797,9 @@ license: The Apache Software License, Version 2.0 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt url: https://github.com/square/okio/ +- artifact: com.google.dagger:hilt-core:+ + name: hilt-core + copyrightHolder: Android Open Source Project + license: The Apache Software License, Version 2.0 + licenseUrl: https://www.apache.org/licenses/LICENSE-2.0.txt + url: https://github.com/google/dagger diff --git a/app/src/main/assets/licenses.json b/app/src/main/assets/licenses.json index 1b0e42cdf..c518e998c 100644 --- a/app/src/main/assets/licenses.json +++ b/app/src/main/assets/licenses.json @@ -1896,6 +1896,20 @@ "normalizedLicense": "apache2", "url": "https://github.com/square/okio/", "libraryName": "okio" + }, + { + "artifactId": { + "name": "hilt-core", + "group": "com.google.dagger", + "version": "+" + }, + "copyrightHolder": "Android Open Source Project", + "copyrightStatement": "Copyright © Android Open Source Project. All rights reserved.", + "license": "The Apache Software License, Version 2.0", + "licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0.txt", + "normalizedLicense": "apache2", + "url": "https://github.com/google/dagger", + "libraryName": "hilt-core" } ] } \ No newline at end of file