Преглед на файлове

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