Skip to content

Commit e0d1f0e

Browse files
committed
hello v2
1 parent 761e08e commit e0d1f0e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
### V2 is on the way!
2-
There is a major internal rewrite of this project for more stability and new features. Although it is not a release version yet, I highly suggest using 2.0.
3-
See the migration guide here: [migration from v1 to v2](https://github.com/yigit/android-priority-jobqueue/wiki/V1-to-V2-migration)
1+
### V2 is here!
2+
There is a major internal rewrite of this project for more stability and new features. If you were using v1,
3+
see the migration guide here: [migration from v1 to v2](https://github.com/yigit/android-priority-jobqueue/wiki/V1-to-V2-migration)
44

55
``` gradle
66
dependencies {
7-
compile 'com.birbit:android-priority-jobqueue:2.0.0-beta3'
7+
compile 'com.birbit:android-priority-jobqueue:2.0.0'
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-beta3'`
163+
Gradle: `compile 'com.birbit:android-priority-jobqueue:2.0.0'`
164164

165165
Maven:
166166

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

@@ -181,6 +181,7 @@ 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 (Aug 14, 2016)
184185
- 2.0.0-beta3 (Aug 7, 2016)
185186
- Minor improvements in GCMNetworkManager
186187
- 2.0.0-beta2 (July 25, 2016)

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-beta3">
6+
android:versionName="2.0.0">
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)