fix(gradle): remove unused version declaration

This commit is contained in:
Harsh Shandilya 2023-03-23 00:10:37 +05:30
parent 6fa03bad66
commit 190b7b4026
No known key found for this signature in database

View file

@ -9,7 +9,6 @@ coroutines = "1.6.4"
dagger = "2.45" dagger = "2.45"
kotest = "5.5.5" kotest = "5.5.5"
kotlin = "1.8.10" kotlin = "1.8.10"
okhttp = "4.10.0"
retrofit = "2.9.0" retrofit = "2.9.0"
richtext = "0.16.0" richtext = "0.16.0"
sentry-sdk = "6.16.0" sentry-sdk = "6.16.0"