Explorar el Código

This will be the newer version once I get an APK ready, gonna reclone the project to see if it fixes Android Studio's weird issues with this specific project.

Aidan Follestad hace 10 años
padre
commit
7a3c738b34
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      library/build.gradle
  2. 2 2
      sample/build.gradle

+ 2 - 2
library/build.gradle

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

@@ -17,8 +17,8 @@ android {
         applicationId "com.afollestad.materialdialogssample"
         minSdkVersion 9
         targetSdkVersion 22
-        versionCode 111
-        versionName "0.7.2.2"
+        versionCode 112
+        versionName "0.7.2.3"
     }
     lintOptions {
         abortOnError false