Browse Source

Lower target level to 22

Thomas Dy 7 years ago
parent
commit
542fb2b6ea
1 changed files with 1 additions and 1 deletions
  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'
     }