Aidan Follestad 9 years ago
parent
commit
b988be6f0b
4 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 2 2
      library/build.gradle
  3. 1 1
      sample/build.gradle
  4. BIN
      sample/sample.apk

+ 1 - 1
README.md

@@ -70,7 +70,7 @@ Easily reference the library in your Android projects using this dependency in y
 
 ```Gradle
 dependencies {
-    compile 'com.afollestad:material-dialogs:0.7.8.0'
+    compile 'com.afollestad:material-dialogs:0.7.8.1'
 }
 ```
 

+ 2 - 2
library/build.gradle

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

+ 1 - 1
sample/build.gradle

@@ -18,7 +18,7 @@ android {
         minSdkVersion 9
         targetSdkVersion 22
         versionCode 136
-        versionName "0.7.8.0"
+        versionName "0.7.8.1"
     }
     lintOptions {
         abortOnError false

BIN
sample/sample.apk