瀏覽代碼

Release 0.3.3

Aidan Follestad 10 年之前
父節點
當前提交
0331deb459
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -6,6 +6,11 @@ The code you see below is also found in the sample project. You can download a A
 
 ### What's New
 
+###### Version 0.3.3
+
+> 1. Support down to API 8, thanks [Phascinate](https://github.com/Phascinate)
+> 2. Other layout fixes
+
 ###### Version 0.3.2
 
 > 1. Large performance improvements for list dialogs, thanks [hzsweers](https://github.com/hzsweers)! The item processor API was switched with custom list adapters, see the sample for an example.
@@ -35,7 +40,7 @@ Easily reference the library in your Android projects using this dependency in y
 
 ```Groovy
 dependencies {
-    compile 'com.afollestad:material-dialogs:0.3.2'
+    compile 'com.afollestad:material-dialogs:0.3.3'
 }
 ```