Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Apr 2, 2015
1 parent 7280b57 commit b0b75a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Android simple listview by using linearlayout.

###Gradle
```groovy
compile 'com.orhanobut:simplelistview:1.2@aar'
compile 'com.orhanobut:simplelistview:1.3@aar'
```

###Usage
Expand Down Expand Up @@ -68,6 +68,7 @@ adapter.notifyDataSetChanged();
```

#### You might also like
- [Logger](https://github.com/orhanobut/logger) Simple,pretty and advanced logger
- [Hawk](https://github.com/orhanobut/hawk) Secure simple key-value storage
- [Wasp](https://github.com/orhanobut/wasp) All-in-one network solution
- [Bee](https://github.com/orhanobut/bee) QA/Debug tool
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

#VERSION_NAME=1.1-SNAPSHOT
#VERSION_CODE=2
VERSION_NAME=1.2
VERSION_CODE=3
VERSION_NAME=1.3
VERSION_CODE=4
GROUP=com.orhanobut

POM_DESCRIPTION=Android Simple ListView
Expand Down

0 comments on commit b0b75a6

Please sign in to comment.