Commit 36eb1f3f authored by pangcong Git's avatar pangcong Git
Browse files

新增正式环境配置,区分方针环境

parent 005ae882
...@@ -86,6 +86,19 @@ android { ...@@ -86,6 +86,19 @@ android {
dimension "channel" dimension "channel"
} }
//正式环境
formal {
applicationId "com.citicsf.csp.pad.formal"
versionCode 210
versionName "2.1.0"
minSdkVersion 24
targetSdkVersion 28
manifestPlaceholders = [app_name: "外出开户", icon: "@mipmap/ic_launcher_zxqh", bdkey: "ixVXFlhEFLSAXtA2IVeNF0CNw2chONRQ", screenOrientation: "landscape"]
ndk {
abiFilters 'armeabi-v7a'
}
dimension "channel"
}
} }
lintOptions { lintOptions {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment