deps(deps): Bump androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1#824
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
@dependabot rebase |
Bumps androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.datastore:datastore-preferences dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
5efb0cd to
9cb76a8
Compare
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — this is a single-line version bump in the version catalog with no API surface changes in the app code itself. The only change is the dataStore version string in libs.versions.toml. DataStore 1.2.x is a stable, published release with no known breaking changes from 1.1.x for the Preferences API used here. All 18 consumer files remain untouched, and the library alias resolves to the same single artifact. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[gradle/libs.versions.toml\ndataStore = 1.2.1] --> B[libraries.datastore\nasx.datastore:datastore-preferences]
B --> C[SettingsRepository.kt]
B --> D[ServiceSettingsAccessor.kt]
B --> E[ColumbaApplication.kt]
B --> F[Other DataStore consumers\n~18 files total]
Reviews (1): Last reviewed commit: "deps(deps): Bump androidx.datastore:data..." | Re-trigger Greptile |
Bumps androidx.datastore:datastore-preferences from 1.1.1 to 1.2.1.