Skip to content

Commit

Permalink
Bump androidx.preference:preference from 1.0.0 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps androidx.preference:preference from 1.0.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.preference:preference
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent ea2036e commit d1d7967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation "com.github.Raizlabs.DBFlow:dbflow:$rootProject.dbflowVersion"
implementation "androidx.appcompat:appcompat:$rootProject.supportLibraryVersion"
implementation "com.google.android.material:material:$rootProject.designLibraryVersion"
implementation "androidx.preference:preference:1.0.0"
implementation "androidx.preference:preference:1.2.1"
implementation "com.google.android.gms:play-services-maps:$rootProject.playServicesVersion"
implementation "com.google.firebase:firebase-messaging:$rootProject.firebaseMessagingVersion"
implementation "androidx.recyclerview:recyclerview:$rootProject.recyclerViewVersion"
Expand Down

0 comments on commit d1d7967

Please sign in to comment.