Skip to content

Commit

Permalink
remove unwanted deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulyaara committed Aug 16, 2024
1 parent 5a4b09e commit 7bb5c71
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ dependencies {
implementation(libs.okhttp.okhttp)
implementation(libs.retrofit.serialization)
implementation(libs.threeTenAbp)
implementation(libs.timber)
implementation(libs.tracing)
implementation(libs.profileinstaller)

debugImplementation(libs.leakCanary)
Expand Down
3 changes: 0 additions & 3 deletions data/database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,17 @@ dependencies {
implementation libs.androidx.core
implementation libs.androidx.room.ktx
implementation libs.androidx.room.runtime
implementation libs.dataStore
implementation libs.hilt.android
implementation libs.kotlin.coroutines.core
implementation libs.kotlin.serialization
implementation libs.kotlin.stdlib
implementation libs.retrofit.serialization
implementation libs.threeTenAbp

implementation(platform(libs.compose.bom))
implementation libs.compose.runtime.runtime

implementation platform(libs.google.bom)
implementation libs.google.firestore
implementation libs.jsoup

kapt libs.hilt.compiler
ksp libs.androidx.room.compiler
Expand Down
1 change: 0 additions & 1 deletion data/repo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ dependencies {
implementation platform(libs.google.bom)
implementation libs.google.auth
implementation libs.google.firestore
implementation libs.jsoup

kapt libs.hilt.compiler
}
7 changes: 0 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ compose-ui-util = { module = "androidx.compose.ui:ui-util" }

fetch = "com.github.abbas7777:fetch2-android14:3.2.0-beta07"

dagger-dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }

google-bom = "com.google.firebase:firebase-bom:33.1.2"
google-analytics = { module = "com.google.firebase:firebase-analytics" }
google-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }
Expand All @@ -138,8 +136,6 @@ google-remoteConfig = { module = "com.google.firebase:firebase-config" }
google-review = { module = "com.google.android.play:review-ktx", version.ref = "review" }
google-appupdate = { module = "com.google.android.play:app-update-ktx", version.ref = "appupdate" }

facebook-ads = "com.facebook.android:audience-network-sdk:6.7.0"

firestore-ktx = "dev.gitlive:firebase-firestore:1.13.0"
firestore-common-ktx = "dev.gitlive:firebase-common:1.13.0"
firebase-remote-config = "dev.gitlive:firebase-config:1.13.0"
Expand Down Expand Up @@ -169,7 +165,6 @@ leakCanary = "com.squareup.leakcanary:leakcanary-android:2.14"
media3-datasource-okhttp = { module = "androidx.media3:media3-datasource-okhttp", version.ref = "media3" }
media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3" }
media3-exoplayer-dash = { module = "androidx.media3:media3-exoplayer-dash", version.ref = "media3" }
media3-ui = { module = "androidx.media3:media3-ui", version.ref = "media3" }

okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
okhttp-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
Expand All @@ -184,9 +179,7 @@ pdfviewer = { module = "com.github.barteksc:android-pdf-viewer", version.ref = "

threeTenAbp = "com.jakewharton.threetenabp:threetenabp:1.4.4"
timber = "com.jakewharton.timber:timber:5.0.1"
tracing = "androidx.tracing:tracing-ktx:1.2.0"
dataStore = "androidx.datastore:datastore-preferences:1.1.1"
jsoup = "org.jsoup:jsoup:1.16.1"
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" }
Expand Down
1 change: 0 additions & 1 deletion ui/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies {
implementation libs.icons.feather
implementation libs.icons.font.awesome
implementation libs.icons.tabler
implementation libs.tracing

implementation libs.coil.coil
implementation libs.kotlin.stdlib
Expand Down
2 changes: 0 additions & 2 deletions ui/downloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependencies {
api projects.ui.common
api projects.ui.theme

implementation libs.timber

implementation libs.hilt.android
kapt libs.hilt.compiler
}
1 change: 0 additions & 1 deletion ui/webview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ dependencies {
implementation libs.icons.tabler
implementation libs.lottie.compose
implementation libs.lottie.core
implementation libs.tracing

androidTestApi libs.compose.ui.test
}

0 comments on commit 7bb5c71

Please sign in to comment.