Aidan Follestad 6 years ago
parent
commit
eadfcb0300
2 changed files with 7 additions and 2 deletions
  1. 5 0
      RELEASE_NOTES.md
  2. 2 2
      dependencies.gradle

+ 5 - 0
RELEASE_NOTES.md

@@ -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.

+ 2 - 2
dependencies.gradle

@@ -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',