1
0
Aidan Follestad 10 жил өмнө
parent
commit
66a638ded3

+ 1 - 1
README.md

@@ -8,7 +8,7 @@ The code you see below is also found in the sample project. You can download a A
 
 ###### Version 0.3.0
 
-> 1. MaterialDialogCompat allows easy migration from use of AlertDialog (see README below).
+> 1. `MaterialDialogCompat` allows easy migration from use of `AlertDialog` (see below).
 > 2. Convenience `show()` method in Builder, to skip call to `build()`.
 > 3. Various important fixes from pull requests and the maintainer.
 

+ 1 - 1
library/build.gradle

@@ -33,7 +33,7 @@ publish {
     userOrg = 'drummer-aidan'
     groupId = 'com.afollestad'
     artifactId = 'material-dialogs'
-    version = '0.3.03'
+    version = '0.3.0'
     description = 'A library for implementing Material design styled dialogs across all versions of Android.'
     website = 'https://github.com/afollestad/material-dialogs'
     issueTracker = "${website}/issues"

+ 1 - 1
library/src/main/java/com/afollestad/materialdialogs/MaterialDialogCompat.java

@@ -15,7 +15,7 @@ import android.view.View;
  * @deprecated Using MaterialDialog.Builder directly is recommended.
  */
 public class MaterialDialogCompat {
-    
+
     public static class Builder {
 
         private MaterialDialog.Builder builder;