Browse Source

Release 0.7.1.2

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

+ 1 - 1
README.md

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

+ 1 - 1
library/build.gradle

@@ -28,7 +28,7 @@ publish {
     userOrg = 'drummer-aidan'
     groupId = 'com.afollestad'
     artifactId = 'material-dialogs'
-    version = '0.7.1.1'
+    version = '0.7.1.2'
     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 106
-        versionName "0.7.1.1"
+        versionCode 107
+        versionName "0.7.1.2"
     }
     lintOptions {
         abortOnError false

BIN
sample/sample.apk