Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviuvsp committed Aug 26, 2024
1 parent 53604cc commit 2d333a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies {
//======================================== RECYCLER VIEW =======================================
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.1'
implementation 'com.github.chthai64:SwipeRevealLayout:1.4.0'
//==============================================================================================

//=================================== ONBOARDING DOT INDICATOR =================================
Expand All @@ -171,7 +171,7 @@ dependencies {

//========================================= PICASSO ============================================
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'jp.wasabeef:picasso-transformations:2.2.1' // For blur
implementation 'com.github.wasabeef:picasso-transformations:2.4.0'
//==============================================================================================

//========================================= NETWORK ============================================
Expand All @@ -182,7 +182,8 @@ dependencies {
//==============================================================================================

//========================================= PDF VIEWER =========================================
implementation 'com.github.barteksc:AndroidPdfViewer:2.3.0'
implementation 'com.github.DImuthuUpe:AndroidPdfViewer:2.8.1'

//==============================================================================================

//========================================= STRIPE =========++++================================
Expand Down

0 comments on commit 2d333a9

Please sign in to comment.