Skip to content

Commit

Permalink
remove unnecessary modules from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
memishood committed Mar 19, 2021
1 parent 9b2ed7f commit 195a80d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ dependencies {
kapt 'androidx.hilt:hilt-compiler:1.0.0-beta01'
implementation platform('com.google.firebase:firebase-bom:26.6.0')
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation "com.airbnb.android:lottie:$lottie_version"
implementation("io.coil-kt:coil:$coil_version")
implementation "com.sothree.slidinguppanel:library:$sliding_version"
}
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ buildscript {
room_version = "2.2.6"
retrofit_version = "2.9.0"
hilt_version = "2.33-beta"
lottie_version = "3.6.1"
coil_version = "1.1.1"
sliding_version = "3.4.0"
}
Expand Down

0 comments on commit 195a80d

Please sign in to comment.