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

@ -51,7 +51,6 @@ dependencies {
implementation(Dependencies.AndroidX.Room.ktx)
implementation(Dependencies.Kotlin.Coroutines.android)
implementation(Dependencies.ThirdParty.accompanist)
implementation(Dependencies.ThirdParty.customtabs)
implementation(Dependencies.ThirdParty.Moshi.lib)
implementation(Dependencies.ThirdParty.Roomigrant.runtime)
testImplementation(Dependencies.Testing.junit)