Skip to content

Commit

Permalink
Merge pull request #186 from Crazy-Marvin/dependabot/gradle/androidx.…
Browse files Browse the repository at this point in the history
…lifecycle-lifecycle-viewmodel-2.7.0

Bump androidx.lifecycle:lifecycle-viewmodel from 2.6.2 to 2.7.0
  • Loading branch information
CrazyMarvin authored Jan 15, 2024
2 parents dc2e2c6 + 3976410 commit 0ec5d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ dependencies {

implementation 'me.tankery.lib:circularSeekBar:1.4.2'
//to resolve dependency conflicts
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.2'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.7.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
}

0 comments on commit 0ec5d15

Please sign in to comment.