Browse Source

Release 0.7.0.1

Aidan Follestad 10 years ago
parent
commit
da744f0059
3 changed files with 4 additions and 4 deletions
  1. 2 2
      library/build.gradle
  2. 2 2
      sample/build.gradle
  3. 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
sample/sample.apk