- WebView组件的封装,实现秒开
- 项目地址:https://github.com/Peakmain/PkWebView
- 使用文档链接: https://github.com/Peakmain/PkWebView/wiki
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
but If it is a new version of Android studio,Add it in your root setting.gradle at the end of repositories:
dependencyResolutionManagement {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.Peakmain:PkWebView:+'
}
- 简书(https://www.jianshu.com/u/3ff32f5aea98)
- 我的GitHub地址(https://github.com/Peakmain)