Merge pull request #2785 from element-hq/renovate/datastore

Update datastore to v1.1.1
This commit is contained in:
Benoit Marty
2024-05-29 14:37:35 +02:00
committed by GitHub

View File

@@ -10,10 +10,10 @@ firebaseAppDistribution = "5.0.0"
# AndroidX
core = "1.13.0"
# Warning: there is an issue with 1.1.0, that I cannot repro on unit test.
# 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 cache of the application and run the app. Nearly each time, there is an infinite loading
# Due to the DefaultMigrationStore not bahaving as expected.
# 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"
constraintlayout = "2.1.4"