Browse Source

@自优化@laijj@targetSdk改为23,添加noinspection ExpiredTargetSdkVersion配置,避免打包报错

赖骏劼 3 years ago
parent
commit
4dd7456747
1 changed files with 2 additions and 1 deletions
  1. 2 1
      superapp-client/superappclient/build.gradle

+ 2 - 1
superapp-client/superappclient/build.gradle

6
    defaultConfig {
6
    defaultConfig {
7
        applicationId "com.ai.ipu.superapp"
7
        applicationId "com.ai.ipu.superapp"
8
        minSdkVersion 16
8
        minSdkVersion 16
9
        targetSdkVersion 26
9
        //noinspection ExpiredTargetSdkVersion
10
        targetSdkVersion 23
10
        multiDexEnabled = true
11
        multiDexEnabled = true
11
        versionCode = 3
12
        versionCode = 3
12
        versionName = "1.0"
13
        versionName = "1.0"