breaking: implement WebViewAssetLoader (#1137)

Implement AndroidX WebViewAssetLoader with hook for plugins


Co-authored-by: エリス <erisu@users.noreply.github.com>
This commit is contained in:
Niklas Merz
2021-04-22 14:32:14 +02:00
committed by GitHub
parent b2d9d639b4
commit 5e7be8e1d6
9 changed files with 129 additions and 20 deletions

View File

@@ -159,3 +159,7 @@ bintray {
}
}
}
dependencies {
implementation 'androidx.webkit:webkit:1.3.0'
}