mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix(deps): Update dependency io.github.kevinnzou:compose-webview to v0.33.6 (#280)
* fix(deps): Update dependency io.github.kevinnzou:compose-webview to v0.33.6 * fix: Namespace change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
This commit is contained in:
parent
6935ae545c
commit
41319660f6
2 changed files with 6 additions and 6 deletions
|
@ -33,11 +33,11 @@ import androidx.compose.ui.draw.clip
|
|||
import androidx.compose.ui.platform.LocalContext
|
||||
import androidx.compose.ui.platform.LocalUriHandler
|
||||
import androidx.compose.ui.unit.dp
|
||||
import com.kevinnzou.accompanist.web.AccompanistWebViewClient
|
||||
import com.kevinnzou.accompanist.web.LoadingState
|
||||
import com.kevinnzou.accompanist.web.WebView
|
||||
import com.kevinnzou.accompanist.web.rememberWebViewNavigator
|
||||
import com.kevinnzou.accompanist.web.rememberWebViewState
|
||||
import com.kevinnzou.web.AccompanistWebViewClient
|
||||
import com.kevinnzou.web.LoadingState
|
||||
import com.kevinnzou.web.WebView
|
||||
import com.kevinnzou.web.rememberWebViewNavigator
|
||||
import com.kevinnzou.web.rememberWebViewState
|
||||
import dev.icerock.moko.resources.compose.stringResource
|
||||
import eu.kanade.tachiyomi.BuildConfig
|
||||
import eu.kanade.tachiyomi.util.system.extensionIntentForText
|
||||
|
|
|
@ -10,7 +10,7 @@ material-motion = { module = "io.github.fornewid:material-motion-compose-core",
|
|||
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
icons = { module = "androidx.compose.material:material-icons-extended" }
|
||||
webview = { module = "io.github.kevinnzou:compose-webview", version = "0.33.3" }
|
||||
webview = { module = "io.github.kevinnzou:compose-webview", version = "0.33.6" }
|
||||
|
||||
[bundles]
|
||||
compose = [ "animation", "foundation", "material3", "material-motion", "ui-tooling-preview", "icons" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue