Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Nov 11, 2023
1 parent 48709dd commit 0c5f892
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 @@ -35,8 +35,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.core:core-splashscreen:1.0.1"
implementation 'androidx.room:room-runtime:2.5.2'
implementation 'androidx.room:room-rxjava3:2.5.2'
implementation 'androidx.room:room-runtime:2.6.0'
implementation 'androidx.room:room-rxjava3:2.6.0'
implementation 'androidx.security:security-crypto:1.1.0-alpha06'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

Expand All @@ -55,5 +55,5 @@ dependencies {

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'

annotationProcessor 'androidx.room:room-compiler:2.5.2'
annotationProcessor 'androidx.room:room-compiler:2.6.0'
}

0 comments on commit 0c5f892

Please sign in to comment.