Nuyoah965 / PkWebView

WebView组件的封装,实现秒开

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PkWebView

怎样使用

Step 1. Add the JitPack repository to your build file

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' }
    }
}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.Peakmain:PkWebView:+'
	}

关于我

Donations

如果您觉得我的开源库帮您节省了大量的开发时间,请扫描下方的二维码随意打赏,您的支持将激励我不断前进 微信 支付宝

About

WebView组件的封装,实现秒开


Languages

Language:Kotlin 69.2%Language:Java 30.8%