Skip to content

Commit 4fe76c4

Browse files
committed
beta3
1 parent 0715800 commit 4fe76c4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the migration guide here: [migration from v1 to v2](https://github.com/yigit
44

55
``` gradle
66
dependencies {
7-
compile 'com.birbit:android-priority-jobqueue:2.0.0-beta2'
7+
compile 'com.birbit:android-priority-jobqueue:2.0.0-beta3'
88
}
99
```
1010

@@ -160,15 +160,15 @@ At Path, we use [greenrobot's EventBus](https://github.com/greenrobot/EventBus);
160160
### Getting Started
161161
We distribute artifacts through maven central repository.
162162

163-
Gradle: `compile 'com.birbit:android-priority-jobqueue:2.0.0-beta2'`
163+
Gradle: `compile 'com.birbit:android-priority-jobqueue:2.0.0-beta3'`
164164

165165
Maven:
166166

167167
``` xml
168168
<dependency>
169169
<groupId>com.birbit</groupId>
170170
<artifactId>android-priority-jobqueue</artifactId>
171-
<version>2.0.0-beta2</version>
171+
<version>2.0.0-beta3</version>
172172
</dependency>
173173
```
174174

@@ -181,6 +181,8 @@ We highly recommend checking how you can configure job manager and individual jo
181181
* [Review sample configuration][7]
182182

183183
### Version History
184+
- 2.0.0-beta3 (Aug 7, 2016)
185+
- Minor improvements in GCMNetworkManager
184186
- 2.0.0-beta2 (July 25, 2016)
185187
- Fixed a bug about cancelling persistent jobs (#212)
186188
- Fixed a cursor leak in the persistent queue (#206)

jobqueue/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.birbit.android.jobqueue"
55
android:versionCode="3"
6-
android:versionName="2.0.0-beta2">
6+
android:versionName="2.0.0-beta3">
77
<uses-sdk tools:overrideLibrary="com.google.android.gms.gcm, com.google.android.gms.base,
88
com.google.android.gms, com.google.android.gms.measurement"/>
99
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)