瀏覽代碼

Release 0.4.3

Aidan Follestad 10 年之前
父節點
當前提交
8339f4f6c6
共有 4 個文件被更改,包括 10 次插入10 次删除
  1. 6 0
      README.md
  2. 2 8
      library/build.gradle
  3. 2 2
      sample/build.gradle
  4. 二進制
      sample/sample.apk

+ 6 - 0
README.md

@@ -6,6 +6,12 @@ The code you see below is also found in the sample project. You can download a A
 
 ### What's New
 
+###### Version 0.4.3
+
+> 1. Added `md_icon` attribute to global theming.
+> 2. Major padding/margin fixes for using an icon with list dialogs.
+> 3. Other small fixes.
+
 ###### Version 0.4.1 – 0.4.2
 
 > 1. Added `md_item_color` attribute to global theming.

+ 2 - 8
library/build.gradle

@@ -9,13 +9,7 @@ android {
         minSdkVersion 8
         targetSdkVersion 21
         versionCode 1
-        versionName "0.4.2"
-    }
-    buildTypes {
-        release {
-//            runProguard false
-//            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
-        }
+        versionName "0.4.3"
     }
     lintOptions {
         abortOnError false
@@ -32,7 +26,7 @@ publish {
     userOrg = 'drummer-aidan'
     groupId = 'com.afollestad'
     artifactId = 'material-dialogs'
-    version = '0.4.2'
+    version = '0.4.3'
     description = 'A library for implementing Material design styled dialogs across all versions of Android.'
     website = 'https://github.com/afollestad/material-dialogs'
     issueTracker = "${website}/issues"

+ 2 - 2
sample/build.gradle

@@ -8,8 +8,8 @@ android {
         applicationId "com.afollestad.materialdialogssample"
         minSdkVersion 11
         targetSdkVersion 21
-        versionCode 47
-        versionName "0.4.2"
+        versionCode 48
+        versionName "0.4.3"
     }
     buildTypes {
 //        release {

二進制
sample/sample.apk