浏览代码

Lower target level to 22

Thomas Dy 7 年之前
父节点
当前提交
542fb2b6ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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