1
0
Эх сурвалжийг харах

Release 0.2.1 with an important fix.

Aidan Follestad 10 жил өмнө
parent
commit
241e65b7fc
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 1 1
      README.md
  2. 2 2
      library/build.gradle

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ Easily reference the library in your Android projects using this dependency in y
 
 ```Groovy
 dependencies {
-    compile 'com.afollestad:material-dialogs:0.2.0'
+    compile 'com.afollestad:material-dialogs:0.2.1'
 }
 ```
 

+ 2 - 2
library/build.gradle

@@ -10,7 +10,7 @@ android {
         minSdkVersion 14
         targetSdkVersion 21
         versionCode 1
-        versionName "0.2.0"
+        versionName "0.2.1"
     }
     buildTypes {
         release {
@@ -33,7 +33,7 @@ publish {
     userOrg = 'drummer-aidan'
     groupId = 'com.afollestad'
     artifactId = 'material-dialogs'
-    version = '0.2.0'
+    version = '0.2.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"