Aidan Follestad 8 年之前
父節點
當前提交
5d6179b922
共有 6 個文件被更改,包括 7 次插入8 次删除
  1. 1 0
      .github/ISSUE_TEMPLATE.md
  2. 2 4
      README.md
  3. 1 1
      commons/build.gradle
  4. 1 1
      core/build.gradle
  5. 2 2
      sample/build.gradle
  6. 二進制
      sample/sample.apk

+ 1 - 0
.github/ISSUE_TEMPLATE.md

@@ -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`

+ 2 - 4
README.md

@@ -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
 ```gradle
 dependencies {
     // ... other dependencies here
-    
-    compile 'com.afollestad.material-dialogs:commons:0.8.6.0'
+    compile 'com.afollestad.material-dialogs:commons:0.8.6.1'
 }
 ```
 

+ 1 - 1
commons/build.gradle

@@ -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

+ 1 - 1
core/build.gradle

@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
 ext {
     PUBLISH_GROUP_ID = 'com.afollestad.material-dialogs'
     PUBLISH_ARTIFACT_ID = 'core'
-    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

+ 2 - 2
sample/build.gradle

@@ -11,7 +11,7 @@ apply plugin: 'com.android.application'
 apply plugin: 'com.neenbedankt.android-apt'
 
 ext {
-    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
@@ -25,7 +25,7 @@ android {
         applicationId "com.afollestad.materialdialogssample"
         minSdkVersion 9
         targetSdkVersion TARGET_SDK
-        versionCode 162
+        versionCode 163
         versionName PUBLISH_VERSION
     }
     lintOptions {

二進制
sample/sample.apk