Explorar o código

Release 0.7.0.1

Aidan Follestad %!s(int64=10) %!d(string=hai) anos
pai
achega
da744f0059
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      library/build.gradle
  2. 2 2
      sample/build.gradle
  3. BIN=BIN
      sample/sample.apk

+ 2 - 2
library/build.gradle

@@ -9,7 +9,7 @@ android {
         minSdkVersion 8
         targetSdkVersion 22
         versionCode 1
-        versionName "0.7.0.0"
+        versionName "0.7.0.1"
     }
     lintOptions {
         abortOnError false
@@ -28,7 +28,7 @@ publish {
     userOrg = 'drummer-aidan'
     groupId = 'com.afollestad'
     artifactId = 'material-dialogs'
-    version = '0.7.0.0'
+    version = '0.7.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 9
         targetSdkVersion 22
-        versionCode 103
-        versionName "0.7.0.0"
+        versionCode 104
+        versionName "0.7.0.1"
     }
     lintOptions {
         abortOnError false

BIN=BIN
sample/sample.apk