Browse Source

Release 0.3.4

Aidan Follestad 10 years ago
parent
commit
4a075f415c
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

@@ -6,9 +6,9 @@ android {
 
     defaultConfig {
         applicationId "com.afollestad.materialdialogssample"
-        minSdkVersion 10
+        minSdkVersion 11
         targetSdkVersion 21
-        versionCode 40
+        versionCode 41
         versionName "0.3.4"
     }
     buildTypes {

BIN
sample/sample.apk