瀏覽代碼

Update: build.gradle

Requires sdk > 11 and more
Harold Kim 7 年之前
父節點
當前提交
32ed7bdba9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      AhMyth-Client/app/build.gradle

+ 2 - 2
AhMyth-Client/app/build.gradle

@@ -5,8 +5,8 @@ android {
     buildToolsVersion '25.0.0'
     defaultConfig {
         applicationId "ahmyth.mine.king.ahmyth"
-        minSdkVersion 10
-        targetSdkVersion 18
+        minSdkVersion 11
+        targetSdkVersion 24
         versionCode 1
         versionName "1.0"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"