Skip to content

Commit

Permalink
bump android deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Apr 1, 2023
1 parent 0fa5d00 commit 692cd63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ project.afterEvaluate {

dependencies {
def androidXHiltVersion = '1.0.0'
def exoPlayerVersion = '2.18.4'
def fragmentVersion = '1.5.5'
def roomVersion = '2.5.0'
def workManagerVersion = '2.8.0'
def exoPlayerVersion = '2.18.5'
def fragmentVersion = '1.5.6'
def roomVersion = '2.5.1'
def workManagerVersion = '2.8.1'

def espressoVersion = '3.5.1'
def mockkVersion = '1.13.3'
Expand All @@ -172,7 +172,7 @@ dependencies {
implementation "androidx.navigation:navigation-ui-ktx:$deps.navVersion"
implementation 'androidx.paging:paging-runtime-ktx:3.1.1'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation "androidx.room:room-ktx:$roomVersion"
implementation "androidx.room:room-paging:$roomVersion"
implementation "androidx.room:room-runtime:$roomVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project.ext {
coroutinesVersion : '1.6.4',
hiltVersion : "${hiltVersion}",
kotlinVersion : "${kotlinVersion}",
lifecycleVersion : '2.5.1',
lifecycleVersion : '2.6.1',
navVersion : "${navVersion}",

junitVersion : '4.13.2',
Expand Down

0 comments on commit 692cd63

Please sign in to comment.