Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 268 Bytes

Readme.md

File metadata and controls

18 lines (17 loc) · 268 Bytes

依赖

root

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

module

dependencies {
	compile 'com.github.qingyongai:ListRelated:v1.0.0@aar'
	// 如果需要使用Fragment和RecyclerView,请自行添加依赖
	}