chore(build): remove unused dependencies

This commit is contained in:
Harsh Shandilya 2023-08-03 00:15:37 +05:30
parent e0eb748318
commit f6e9b3a83f
No known key found for this signature in database
3 changed files with 1 additions and 4 deletions

View file

@ -91,10 +91,8 @@ sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.r
sqldelight-primitiveAdapters = { module = "app.cash.sqldelight:primitive-adapters", version.ref = "sqldelight" }
sqlite-android = "com.github.requery:sqlite-android:3.42.0"
swipe = "me.saket.swipe:swipe:1.2.0"
testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.12"
truth = "com.google.truth:truth:1.1.5"
unfurl = "me.saket.unfurl:unfurl:1.7.0"
whetstone = { module = "com.deliveryhero.whetstone:whetstone", version.ref = "whetstone" }
[plugins]
android-test = { id = "com.android.test", version.ref = "agp" }