Commit be00ed1e authored by yinjiacheng's avatar yinjiacheng

update app版本号

parent 81a194f5
...@@ -2,8 +2,8 @@ ext { ...@@ -2,8 +2,8 @@ ext {
// // 开发环境配置 // // 开发环境配置
// android = [ // android = [
// applicationId : "com.shenghuoquan.business", // applicationId : "com.shenghuoquan.business",
// versionCode : 100, // versionCode : 101,
// versionName : "1.0.0", // versionName : "1.0.1",
// serviceVersion : '"000100"', // 上线前需要和服务端确认并更新 // serviceVersion : '"000100"', // 上线前需要和服务端确认并更新
// isEncrypt : 'false', // 上线时改成true开启加密 // isEncrypt : 'false', // 上线时改成true开启加密
// isEncryptDebugKey: 'false', // 上线前需要使用正式加密key 置为false // isEncryptDebugKey: 'false', // 上线前需要使用正式加密key 置为false
...@@ -16,8 +16,8 @@ ext { ...@@ -16,8 +16,8 @@ ext {
// 测试环境配置 // 测试环境配置
android = [ android = [
applicationId : "com.shenghuoquan.business", applicationId : "com.shenghuoquan.business",
versionCode : 100, versionCode : 101,
versionName : "1.0.0", versionName : "1.0.1",
serviceVersion : '"000100"', // 上线前需要和服务端确认并更新 serviceVersion : '"000100"', // 上线前需要和服务端确认并更新
isEncrypt : 'true', // 上线时改成true开启加密 isEncrypt : 'true', // 上线时改成true开启加密
isEncryptDebugKey: 'true', // 上线前需要使用正式加密key 置为false isEncryptDebugKey: 'true', // 上线前需要使用正式加密key 置为false
...@@ -30,8 +30,8 @@ ext { ...@@ -30,8 +30,8 @@ ext {
// // ⚠️⚠️ 上线环境配置 // // ⚠️⚠️ 上线环境配置
// android = [ // android = [
// applicationId : "com.shenghuoquan.business", // applicationId : "com.shenghuoquan.business",
// versionCode : 100, // versionCode : 101,
// versionName : "1.0.0", // versionName : "1.0.1",
// serviceVersion : '"000100"', // 上线前需要和服务端确认并更新 // serviceVersion : '"000100"', // 上线前需要和服务端确认并更新
// isEncrypt : 'true', // 上线时改成true开启加密 // isEncrypt : 'true', // 上线时改成true开启加密
// isEncryptDebugKey: 'false', // 上线前需要使用正式加密key 置为false // isEncryptDebugKey: 'false', // 上线前需要使用正式加密key 置为false
......
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