From 1a79978260bfc546f95b8e7556607fb41f55ef33 Mon Sep 17 00:00:00 2001 From: lixiaojun <16167479@qq.com> Date: Thu, 6 May 2021 20:34:12 +0800 Subject: [PATCH] update --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46cce00..b301177 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,22 @@ An simplify and powerful version for hongyangAndroid [baseAdapter]. I remove some class, change some api, rewrite code, to be more simple, support kotlin. # Gradle -[ ![Download](https://api.bintray.com/packages/li-xiaojun/jrepo/easyadapter/images/download.svg) ](https://bintray.com/li-xiaojun/jrepo/easyadapter/_latestVersion) +[![](https://jitpack.io/v/li-xiaojun/EasyAdapter.svg)](https://jitpack.io/#li-xiaojun/EasyAdapter) ```groovy -implementation 'com.lxj:easyadapter:latest release' +implementation 'com.github.li-xiaojun:EasyAdapter:Tag' ``` +Add it in your root build.gradle at the end of repositories: +``` +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +``` + + # Sample 普通使用: ```kotlin