Skip to content

Commit

Permalink
v2.5.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 25, 2018
1 parent 50cd4cb commit 72c7d98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Change Log

## Version 2.5.0 (2018-04-25)
* `analytics`:
* Convert `isDisabled` in `GAManager` to a property
* `dialog`:
* Made all `DialogUtil` methods extensions and deprecated the old one
* `util`:
* Added a default name for the version pref name in the `BaseUpdateManager`
* Added a method that is called when an update is finished in the `BaseUpdateManager`
* Added a default file type (null) for `context.getFile()`

## Version 2.4.1 (2018-04-23)
* `ui`:
* `ui`:
* Added extension to set a `View`'s padding with a dimension Id
* Added extension to set a `TextView`'s text size with a dimension Id

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.4.1
suitcase_version=2.5.0
group=com.guerinet

# Android specific properties
Expand Down

0 comments on commit 72c7d98

Please sign in to comment.