Преглед на файлове

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 преди 10 години
родител
ревизия
7a3c738b34
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  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