Skip to content

Commit

Permalink
chore: remove unused dependency in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Quang Minh committed Sep 15, 2024
1 parent b93e65a commit b52451c
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id "org.jlleitschuh.gradle.ktlint" version "10.2.0"
id 'com.google.gms.google-services'
}

Expand All @@ -12,7 +11,7 @@ android {
defaultConfig {
applicationId "com.daominh.quickmem"
minSdk 24
targetSdk 33
targetSdk 34
versionCode 2
versionName "1.1"

Expand Down Expand Up @@ -64,31 +63,13 @@ dependencies {
//circle indicator
implementation 'me.relex:circleindicator:2.1.6'

//date picker
implementation 'com.github.swnishan:materialdatetimepicker:1.0.0'

//swipe to delete
implementation 'it.xabaras.android:recyclerview-swipedecorator:1.4'

//AvatarImageGenerator
implementation 'com.github.amoskorir:avatarimagegenerator:1.5.0'

//picasso
implementation 'com.squareup.picasso:picasso:2.8'

//relativelayouts
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

// Image Loading
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'

//Support Library
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'

//Card stack view
implementation project(':cardstackview')

Expand All @@ -106,15 +87,6 @@ dependencies {
//popup dialog
implementation 'com.saadahmedev.popup-dialog:popup-dialog:1.0.5'

//glide image
implementation 'com.github.bumptech.glide:glide:4.16.0'

//simple search view
implementation 'com.github.Ferfalk:SimpleSearchView:0.2.1'

implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.conscrypt:conscrypt-android:2.5.2'

//firebase
implementation platform('com.google.firebase:firebase-bom:33.3.0')
implementation("com.google.firebase:firebase-firestore")
Expand Down

0 comments on commit b52451c

Please sign in to comment.