Explorar el Código

Lower target level to 22

Thomas Dy hace 7 años
padre
commit
542fb2b6ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -19,7 +19,7 @@ android {
     defaultConfig {
         applicationId 'com.pleasantprogrammer.mpp'
         minSdkVersion 15
-        targetSdkVersion 23
+        targetSdkVersion 22
         versionCode 1
         versionName '0.1'
     }