Explorar el Código

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

赖骏劼 %!s(int64=3) %!d(string=hace) años
padre
commit
4dd7456747
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      superapp-client/superappclient/build.gradle

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

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