@@ -101,7 +101,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.9.2.1'
+ compile 'com.afollestad.material-dialogs:core:0.9.2.2'
}
```
@@ -113,7 +113,7 @@ The *commons* module contains extensions to the library that not everyone may ne
- compile 'com.afollestad.material-dialogs:commons:0.9.2.1'
+ compile 'com.afollestad.material-dialogs:commons:0.9.2.2'
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.afollestad.material-dialogs'
PUBLISH_ARTIFACT_ID = 'commons'
- PUBLISH_VERSION = '0.9.2.1'
+ PUBLISH_VERSION = '0.9.2.2'
SUPPORT_LIBRARY_VERSION = '25.1.0'
BUILD_TOOLS = "25.0.1"
TARGET_SDK = 25
PUBLISH_ARTIFACT_ID = 'core'
@@ -7,7 +7,7 @@ buildscript {
apply plugin: 'com.android.application'
@@ -21,7 +21,7 @@ android {
applicationId "com.afollestad.materialdialogssample"
minSdkVersion 13
targetSdkVersion TARGET_SDK
- versionCode 169
+ versionCode 170
versionName PUBLISH_VERSION
jackOptions {