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

Commit b7dae54

Browse files
authored
Merge pull request #141 from firebase/version_update_0.8.0
Version update to 0.8.0
2 parents e5c0e4d + 3176359 commit b7dae54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Play services is unavailable.<br>
7979
Add the following to your `build.gradle`'s dependencies section:
8080

8181
```
82-
compile 'com.firebase:firebase-jobdispatcher:0.7.0'
82+
compile 'com.firebase:firebase-jobdispatcher:0.8.0'
8383
```
8484

8585
### Usage

common/constants.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project.ext {
33
projectName = "firebase-jobdispatcher-android"
44
group = "com.firebase"
5-
version = "0.7.0"
5+
version = "0.8.0"
66
buildtools = "25.0.0"
77
supportLibraryVersion = "25.0.0"
88
compileSdk = 25

0 commit comments

Comments
 (0)