Skip to content

Commit

Permalink
fix missing dependcy
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudMabrok committed Oct 27, 2024
1 parent 77af822 commit d41373a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
implementation 'androidx.room:room-rxjava2:2.6.1'


implementation 'pub.devrel:easypermissions:1.1.1'
implementation 'pub.devrel:easypermissions:3.0.0'
implementation 'com.mindorks.android:prdownloader:0.4.0'

implementation 'com.facebook.stetho:stetho:1.5.1'
Expand All @@ -107,8 +107,7 @@ dependencies {
implementation 'com.jakewharton.rxrelay2:rxrelay:2.1.1'

// SkeletonLoading
implementation 'com.ethanhua:skeleton:1.1.2'
implementation 'io.supercharge:shimmerlayout:2.1.0'
implementation "com.github.ethanhua:Skeleton:ff06517d4629e87328c41a1cce614c490ed7fb51"

// koin
def koinVersion = "2.0.1"
Expand Down

0 comments on commit d41373a

Please sign in to comment.