Migrated from Accompanist Webview to KevinZou WebView (#569)

* Migrated from Accompanist Webview to KevinZou WebView to preempt deprecation

* Removed old webview from version library
This commit is contained in:
Maddie Witman
2024-03-22 21:10:18 -04:00
committed by GitHub
parent 4b4e468510
commit ba9cfd867c
4 changed files with 8 additions and 7 deletions

View File

@@ -161,7 +161,6 @@ dependencies {
debugImplementation(compose.ui.tooling)
implementation(compose.ui.tooling.preview)
implementation(compose.ui.util)
implementation(compose.accompanist.webview)
implementation(compose.accompanist.systemuicontroller)
implementation(androidx.paging.runtime)
@@ -237,6 +236,8 @@ dependencies {
implementation(libs.bundles.voyager)
implementation(libs.compose.materialmotion)
implementation(libs.swipe)
implementation(libs.compose.webview)
// Logging
implementation(libs.logcat)