app: remove customtabs dependency

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-25 19:15:51 +05:30
parent 57a2f67646
commit e1aa0e5bc6
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 8 additions and 16 deletions

View file

@ -62,7 +62,6 @@ object Dependencies {
object ThirdParty {
const val accompanist = "dev.chrisbanes.accompanist:accompanist-coil:0.4.2"
const val customtabs = "saschpe.android:customtabs:3.0.2"
object Moshi {