Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Mar 18, 2019
1 parent 28c73d6 commit eadfcb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
2.2.0

1. Added a `datetime` module which provides date, time, and date/time selector dialogs.
2. Reverted dialog max-width values to the previous values.
3. Action buttons should use the primary theme color by default per the newer specs.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ext.versions = [
minSdk : 16,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '2.1.0',
publishVersionCode : 233,
publishVersion : '2.2.0',
publishVersionCode : 234,

// Plugins
gradlePlugin : '3.3.2',
Expand Down

1 comment on commit eadfcb0

@eakteam
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work !

Please sign in to comment.