Upate datastore to 1.1.4 (#4551)

* datastore 1.1.4

* Allow license "BSD-3-Clause"

Fixes:
ERROR: SPDX identifier 'BSD-3-Clause' is NOT allowed

* I cannot repro the issue
This commit is contained in:
Benoit Marty 2025-04-14 16:59:19 +02:00 committed by GitHub
parent 5552c85b2a
commit 65e188c0c0
2 changed files with 2 additions and 6 deletions

View file

@ -300,6 +300,7 @@ licensee {
allow("Apache-2.0")
allow("MIT")
allow("BSD-2-Clause")
allow("BSD-3-Clause")
allowUrl("https://opensource.org/licenses/MIT")
allowUrl("https://developer.android.com/studio/terms.html")
allowUrl("https://www.zetetic.net/sqlcipher/license/")