Skip to content

Commit

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

Bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.6.1 to 2.6.2
  • Loading branch information
CrazyMarvin authored Sep 11, 2023
2 parents b3628b5 + e9baf2d commit b1d2de1
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 @@ -51,5 +51,5 @@ dependencies {
implementation 'me.tankery.lib:circularSeekBar:1.4.2'
//to resolve dependency conflicts
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.1'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
}

0 comments on commit b1d2de1

Please sign in to comment.