Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luohaolun authored Jul 3, 2019
1 parent 3305aac commit dd742ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
> Module build.gradle
dependencies {
implementation 'com.github.luohaolun:adapter:1.4'
implementation 'com.github.luohaolun:adapter:1.7'
}


Expand All @@ -32,7 +32,7 @@
for (i in 0..10) {
data.add(i.toString())
}

lvList.adapter = Adapter(data, R.layout.item_test) {
tvNum.text = it
}
Expand Down

0 comments on commit dd742ec

Please sign in to comment.