manager: Usse WebViewAssetLoader instead of file uri. refer: https://developer.android.com/reference/androidx/webkit/WebViewAssetLoader

androidCompileSdkVersion changed to meet webview library requirements
This commit is contained in:
weishu
2024-02-23 16:12:53 +08:00
parent a829707b16
commit a99c69f9b4
4 changed files with 27 additions and 9 deletions

View File

@@ -114,4 +114,5 @@ dependencies {
implementation(libs.sheet.compose.dialogs.input)
implementation(libs.markdown)
implementation(libs.androidx.webkit)
}