Browse Source

Lower target level to 22

Thomas Dy 7 năm trước cách đây
mục cha
commit
542fb2b6ea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
     }