Explorar el Código

Merge pull request #41 from athornz/master

Set min api to 9
Aidan Follestad hace 10 años
padre
commit
e336e1ef40
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      library/build.gradle

+ 1 - 1
library/build.gradle

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