Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Guerinet <julien@guerinet.com>
  • Loading branch information
jguerinet committed Apr 14, 2018
1 parent f04911e commit c267e9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## Version 2.4.0 (2018-04-14)
* `io`:
* Deprecated the `IOUtils`, replacing it with extensions
* `prefs`/`date`:
* Removed a bunch of redundant code within the pref classes
* Added backing properties to the pref classes
* `util`:
* Made connectivity methods extensions
* Moved folder operations to extensions
* Moved permission operations to extensions / `Util` class

## Version 2.3.1 (2018-04-06)
* Removed methods that are now part of [Android KTX](https://github.com/android/android-ktx)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# org.gradle.parallel=true

# Project properties
suitcase_version=2.3.1
suitcase_version=2.4.0
group=com.guerinet

# Android specific properties
Expand Down

0 comments on commit c267e9f

Please sign in to comment.