Browse Source

Merge pull request #41 from athornz/master

Set min api to 9
Aidan Follestad 10 years ago
parent
commit
e336e1ef40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/build.gradle

+ 1 - 1
library/build.gradle

@@ -7,7 +7,7 @@ android {
 
 
     defaultConfig {
     defaultConfig {
         applicationId "com.afollestad.materialdialogs"
         applicationId "com.afollestad.materialdialogs"
-        minSdkVersion 14
+        minSdkVersion 9
         targetSdkVersion 21
         targetSdkVersion 21
         versionCode 1
         versionCode 1
         versionName "0.0.8"
         versionName "0.0.8"