Skip to content

Commit

Permalink
更新到了1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale committed Feb 1, 2016
1 parent 35e226c commit d180396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ repositories {

```
dependencies {
compile 'com.github.tianzhijiexian:CommonAdapter:1.1.5'
compile 'com.github.tianzhijiexian:CommonAdapter:1.1.6'
}
```

Expand Down Expand Up @@ -109,7 +109,7 @@ public class TextItem implements AdapterItem<DemoModel> {

### 一、ListView+GridView的通用适配器——CommonAdapter

只需继承CommonAdapter便可实现适配器
只需继承`CommonAdapter`便可实现适配器
```java
listView.setAdapter(new CommonAdapter<DemoModel>(data) {
public AdapterItem<DemoModel> createItem(Object type) {
Expand Down
2 changes: 1 addition & 1 deletion adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 8
targetSdkVersion 23
versionCode 7
versionName "1.1.5"
versionName "1.1.6"
}
}

Expand Down

0 comments on commit d180396

Please sign in to comment.