Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Dec 15, 2023
1 parent f97671f commit 2b30c4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,17 @@ dependencies {
implementation 'com.airbnb.android:lottie:6.1.0'

// HTML Parser
implementation 'org.jsoup:jsoup:1.16.1'
implementation 'org.jsoup:jsoup:1.16.2'

// Collapsing Toolbar with subtitle
implementation "com.hendraanggrian.material:collapsingtoolbarlayout-subtitle:1.5.0"

// Naviation Component
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.5'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.6'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.6'

// Concurrency
implementation 'androidx.work:work-runtime:2.8.1'
implementation 'androidx.work:work-runtime:2.9.0'
implementation "androidx.concurrent:concurrent-futures:1.1.0"

// Event Bus
Expand All @@ -182,8 +182,8 @@ dependencies {
// Misc
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.work:work-runtime:2.8.1'
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'androidx.work:work-runtime:2.9.0'
implementation 'androidx.work:work-runtime-ktx:2.9.0'
implementation 'org.slf4j:slf4j-api:2.0.9'

// Test Implementation
Expand Down

0 comments on commit 2b30c4b

Please sign in to comment.