Răsfoiți Sursa

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 ani în urmă
părinte
comite
26421a4577
2 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  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