add watch provider info

This commit is contained in:
Owen LeJeune
2023-06-13 20:47:20 -04:00
parent 906c586da8
commit 76083761a9
26 changed files with 344 additions and 398 deletions

View File

@@ -114,8 +114,9 @@ dependencies {
implementation "com.localebro:okhttpprofiler:$profiler"
// koin
def koin = "3.1.4"
def koin = "3.3.0"
implementation "io.insert-koin:koin-android:$koin"
implementation "io.insert-koin:koin-androidx-compose:$koin"
// coil
def coil = "2.2.2"