瀏覽代碼

Version 0.6.3.0.1, this won't be an official release. It just adds what you seen in the previous commits. The Gradle dependency will work.

Aidan Follestad 10 年之前
父節點
當前提交
26421a4577
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      library/build.gradle
  2. 2 2
      sample/build.gradle

+ 2 - 2
library/build.gradle

@@ -9,7 +9,7 @@ android {
         minSdkVersion 8
         targetSdkVersion 21
         versionCode 1
-        versionName "0.6.3.0"
+        versionName "0.6.3.0.1"
     }
     lintOptions {
         abortOnError false
@@ -27,7 +27,7 @@ publish {
     userOrg = 'drummer-aidan'
     groupId = 'com.afollestad'
     artifactId = 'material-dialogs'
-    version = '0.6.3.0'
+    version = '0.6.3.0.1'
     description = 'A library for implementing Material design styled dialogs across all versions of Android.'
     website = 'https://github.com/afollestad/material-dialogs'
     issueTracker = "${website}/issues"

+ 2 - 2
sample/build.gradle

@@ -8,8 +8,8 @@ android {
         applicationId "com.afollestad.materialdialogssample"
         minSdkVersion 14
         targetSdkVersion 21
-        versionCode 77
-        versionName "0.6.3.0"
+        versionCode 78
+        versionName "0.6.3.0.1"
     }
     lintOptions {
         abortOnError false