Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Commit b78c210

Browse files
committed
Updated readme for 0.2.1 release.
1 parent ca2b299 commit b78c210

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
[ ![Download](https://api.bintray.com/packages/rolf-smit/maven/android-retainable-tasks/images/download.svg) ](https://bintray.com/rolf-smit/maven/android-retainable-tasks/_latestVersion)
33
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android%20Retainable%20Tasks-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/3236)
44

5-
*Version 0.2.0 has quite some changes compared to version 0.1.0, so please read this document very carefully.*
6-
75
Android-Retainable-Tasks is an easy to use mini-library for easy asynchronous background tasking with callback support to the UI. This library is based on the Android `AsyncTask` implementation but with support for retaining tasks and therefore surviving configuration changes (orientation).
86

97
*Key features:*
108

119
- Light weight
1210
- Same Task API on all Android versions, based on the Marshmallow AsyncTask implementation.
1311
- Simple API
14-
- Supports API 9+ <sub>(or 11+ if you not use the support library based classes)</sub>
12+
- Supports API 8+ <sub>(or 11+ if you not use the support library based classes)</sub>
1513

1614
**Add it to your project**
1715

1816
Android-Retainable-Tasks is available on jCenter, just add the following compile dependency to your modules build.gradle file.
1917

2018
```groovy
2119
dependencies {
22-
compile 'org.neotech.library:android-retainable-tasks:0.2.0'
20+
compile 'org.neotech.library:android-retainable-tasks:0.2.1'
2321
}
2422
```
2523

0 commit comments

Comments
 (0)