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
5552c85b2a
commit
65e188c0c0
2 changed files with 2 additions and 6 deletions
|
|
@ -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