提交 58302c46 编写于 作者: A Aidan Follestad

0.9.2.2

上级 0d7878e4
......@@ -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
```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'
}
```
......
......@@ -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
......
......@@ -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
......
......@@ -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
......@@ -21,7 +21,7 @@ android {
applicationId "com.afollestad.materialdialogssample"
minSdkVersion 13
targetSdkVersion TARGET_SDK
versionCode 169
versionCode 170
versionName PUBLISH_VERSION
jackOptions {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册