Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed Apr 26, 2019
1 parent 2780e4b commit 6950c1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 3.1.0
Added new Androidx packages. See readme on how to use the Androidx packages.

Version 3.0.5
This release only adds a new Feature that allows Fetch to auto retry failed downloads for any reason. Set the number of times Fetch will auto retry a download when it fails.
This feature if off by default.
Expand Down
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ ext {
rxAndroid2_version = "2.1.1"
timber_version = "4.7.1"
novoda_bintray_version = "0.9"
library_version = "3.0.5"
library_version_code = 67
library_version = "3.1.0"
library_version_code = 68
}

0 comments on commit 6950c1a

Please sign in to comment.