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:
parent
34b9348fa5
commit
e3960e78da
2 changed files with 2 additions and 6 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
|
|
@ -11,12 +11,7 @@ firebaseAppDistribution = "5.1.1"
|
|||
|
||||
# AndroidX
|
||||
core = "1.16.0"
|
||||
# Warning: there is an issue with 1.1.0 and 1.1.1, that I cannot repro on unit test.
|
||||
# To repro with the application:
|
||||
# Clear the storage of the application and run the app. Nearly each time, there is an infinite loading
|
||||
# due to the DefaultMigrationStore not behaving as expected.
|
||||
# Stick to 1.0.0 for now, and ensure that this scenario cannot be reproduced when upgrading the version.
|
||||
datastore = "1.0.0"
|
||||
datastore = "1.1.4"
|
||||
constraintlayout = "2.2.1"
|
||||
constraintlayout_compose = "1.1.1"
|
||||
lifecycle = "2.8.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue