Browse Source

Updated sample APK.

Aidan Follestad 10 years ago
parent
commit
96ae1ba33b
2 changed files with 2 additions and 2 deletions
  1. 2 2
      sample/build.gradle
  2. BIN
      sample/sample.apk

+ 2 - 2
sample/build.gradle

@@ -8,8 +8,8 @@ android {
         applicationId "com.afollestad.materialdialogssample"
         minSdkVersion 14
         targetSdkVersion 21
-        versionCode 23
-        versionName "0.0.6"
+        versionCode 24
+        versionName "0.0.7"
     }
     buildTypes {
         release {

BIN
sample/sample.apk