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

Commit

Permalink
Fix PendingCallback obfuscation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarand committed Dec 21, 2016
1 parent 23e01fa commit 5a42e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ If you **don't** have a dependency on
`build.gradle`'s dependencies section:

```
compile 'com.firebase:firebase-jobdispatcher:0.5.1'
compile 'com.firebase:firebase-jobdispatcher:0.5.2'
```

Otherwise add the following:

```
compile 'com.firebase:firebase-jobdispatcher-with-gcm-dep:0.5.1'
compile 'com.firebase:firebase-jobdispatcher-with-gcm-dep:0.5.2'
```

NOTE: These variants are a temporary requirement. Work is ongoing to consolidate
Expand Down
2 changes: 1 addition & 1 deletion common/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project.ext {
projectName = "firebase-jobdispatcher-android"
group = "com.firebase"
version = "0.5.1"
version = "0.5.2"
buildtools = "25.0.0"
supportLibraryVersion = "25.0.0"
compileSdk = 25
Expand Down

0 comments on commit 5a42e98

Please sign in to comment.