Skip to content

Commit

Permalink
0.9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Jan 8, 2017
1 parent 0d7878e commit 58302c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand All @@ -113,7 +113,7 @@ The *commons* module contains extensions to the library that not everyone may ne
```gradle
dependencies {
// ... other dependencies here
compile 'com.afollestad.material-dialogs:commons:0.9.2.1'
compile 'com.afollestad.material-dialogs:commons:0.9.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.afollestad.material-dialogs'
PUBLISH_ARTIFACT_ID = 'core'
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
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
apply plugin: 'com.android.application'

ext {
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
Expand All @@ -21,7 +21,7 @@ android {
applicationId "com.afollestad.materialdialogssample"
minSdkVersion 13
targetSdkVersion TARGET_SDK
versionCode 169
versionCode 170
versionName PUBLISH_VERSION

jackOptions {
Expand Down

0 comments on commit 58302c4

Please sign in to comment.