Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 547 Bytes

File metadata and controls

28 lines (25 loc) · 547 Bytes

Description:

Scroll WebView quickly

A. Publish to GitHub:

  1. Share project to GitHub
  2. Add a TAG at Release

B. Publish to JitPack:

  1. Go to https://jitpack.io/
  2. Paste / and press the look up button ex: hawkwei0921/FastScrollWebView

C. Gitpack Usage:

  1. Add it in .\build.gradle
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add it in .\app\build.gradle
	dependencies {
	        compile 'com.github.hawkwei0921:FastScrollWebView:v1.0.0'
	}