Skip to content

Commit

Permalink
Update comment and stick to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed May 29, 2024
1 parent 4219dcf commit 6853414
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ 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.1.1"
datastore = "1.0.0"
constraintlayout = "2.1.4"
constraintlayout_compose = "1.0.1"
lifecycle = "2.7.0"
Expand Down

0 comments on commit 6853414

Please sign in to comment.