Ver Fonte

Release 0.6.3.3

Aidan Follestad há 10 anos atrás
pai
commit
af46c879a9
3 ficheiros alterados com 3 adições e 3 exclusões
  1. 2 2
      library/build.gradle
  2. 1 1
      sample/build.gradle
  3. BIN
      sample/sample.apk

+ 2 - 2
library/build.gradle

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

+ 1 - 1
sample/build.gradle

@@ -9,7 +9,7 @@ android {
         minSdkVersion 14
         targetSdkVersion 21
         versionCode 80
-        versionName "0.6.3.2"
+        versionName "0.6.3.3"
     }
     lintOptions {
         abortOnError false

BIN
sample/sample.apk