@@ -1,6 +1,7 @@
- [ ] I have verified there are no duplicate active or recent bugs, questions, or requests
- [ ] I have verified that I am using the latest version of Material Dialogs.
- [ ] I have given my issue a non-generic title.
+- [ ] I have read over the documentation (before asking questions on how to do something).
###### Include the following:
- Material Dialogs version: `0.8.5.8`
@@ -98,8 +98,7 @@ You can create basic, list, single/multi choice, progress, input, etc. dialogs w
```gradle
dependencies {
// ... other dependencies here
-
- compile 'com.afollestad.material-dialogs:core:0.8.6.0'
+ compile 'com.afollestad.material-dialogs:core:0.8.6.1'
}
```
@@ -111,8 +110,7 @@ The *commons* module contains extensions to the library that not everyone may ne
- compile 'com.afollestad.material-dialogs:commons:0.8.6.0'
+ compile 'com.afollestad.material-dialogs:commons:0.8.6.1'
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.afollestad.material-dialogs'
PUBLISH_ARTIFACT_ID = 'commons'
- PUBLISH_VERSION = '0.8.6.0'
+ PUBLISH_VERSION = '0.8.6.1'
SUPPORT_LIBRARY_VERSION = '24.0.0'
BUILD_TOOLS = "24.0.0"
TARGET_SDK = 24
PUBLISH_ARTIFACT_ID = 'core'
@@ -11,7 +11,7 @@ apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'
@@ -25,7 +25,7 @@ android {
applicationId "com.afollestad.materialdialogssample"
minSdkVersion 9
targetSdkVersion TARGET_SDK
- versionCode 162
+ versionCode 163
versionName PUBLISH_VERSION
lintOptions {