Skip to content

Commit

Permalink
chore(gradle): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Oct 13, 2024
1 parent c4e2ea1 commit d974ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.2'
implementation project(path: ':navigation')

implementation 'androidx.core:core-ktx:1.13.1'
Expand All @@ -78,7 +78,7 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
implementation 'org.jsoup:jsoup:1.17.2'

implementation 'androidx.fragment:fragment-ktx:1.8.3'
implementation 'androidx.fragment:fragment-ktx:1.8.4'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'

Expand Down

0 comments on commit d974ba5

Please sign in to comment.