Skip to content

Commit 13d4fc3

Browse files
author
Jason Yang
committed
Bump version into v1.0.1
1 parent 9664876 commit 13d4fc3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Task Queue
22
========
33

4+
[![Release](https://jitpack.io/v/NeoLSN/TaskQueue.svg)](https://jitpack.io/#NeoLSN/TaskQueue)
5+
46
Description
57
--------
68
An Android task queue library. Support priority, timeout, multiple execution, exclusive task and retry.
@@ -10,13 +12,12 @@ Setup
1012

1113
```gradle
1214
repositories {
13-
//...
15+
...
1416
maven { url "https://jitpack.io" }
1517
}
16-
1718
dependencies {
18-
//...
19-
compile 'com.github.NeoLSN:TaskQueue:1.0.0'
19+
...
20+
compile 'com.github.NeoLSN:TaskQueue:1.0.1'
2021
}
2122
```
2223

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

44
group = 'com.github.NeoLSN'
5+
version = '1.0.1'
56

67
android {
78
compileSdkVersion 23

0 commit comments

Comments
 (0)