Browse Source

Release 0.6.6.2. Various bug fixes and sample projec updates.

Aidan Follestad 10 years ago
parent
commit
77545ec787

+ 2 - 2
library/build.gradle

@@ -9,7 +9,7 @@ android {
         minSdkVersion 8
         targetSdkVersion 22
         versionCode 1
-        versionName "0.6.6.1"
+        versionName "0.6.6.2"
     }
     lintOptions {
         abortOnError false
@@ -27,7 +27,7 @@ publish {
     userOrg = 'drummer-aidan'
     groupId = 'com.afollestad'
     artifactId = 'material-dialogs'
-    version = '0.6.6.1'
+    version = '0.6.6.2'
     description = 'A library for implementing Material design styled dialogs across all versions of Android.'
     website = 'https://github.com/afollestad/material-dialogs'
     issueTracker = "${website}/issues"

File diff suppressed because it is too large
+ 595 - 593
library/src/main/java/com/afollestad/materialdialogs/MaterialDialog.java


+ 2 - 2
sample/build.gradle

@@ -8,8 +8,8 @@ android {
         applicationId "com.afollestad.materialdialogssample"
         minSdkVersion 9
         targetSdkVersion 22
-        versionCode 96
-        versionName "0.6.6.1"
+        versionCode 97
+        versionName "0.6.6.2"
     }
     lintOptions {
         abortOnError false

BIN
sample/sample.apk


Some files were not shown because too many files changed in this diff