Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 468 Bytes

File metadata and controls

23 lines (19 loc) · 468 Bytes

FastAdapterDelegate

The Status of the lib:

Require Fast Adapter version: 5.5.1

How to use this lib in your project:

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

Add to your app module build.gradle

dependencies {
	implementation "com.github.AlexDeww:FastAdapterDelegate:$last_version"
}