version:1.3.4
update: fix: add:增加丢失模式,增加开发人员选项管控
This commit is contained in:
@@ -103,17 +103,17 @@ android {
|
||||
buildConfigField "String", "WebsocketURL", '"ws://39.98.59.202:2345"'
|
||||
}
|
||||
|
||||
newl {
|
||||
newly {
|
||||
flavorDimensions "default"
|
||||
versionCode 171
|
||||
// versionCode 1036
|
||||
versionName "1.3.1"
|
||||
versionCode 174
|
||||
// versionCode 1037
|
||||
versionName "1.3.4"
|
||||
/*********************************极光推送************************************/
|
||||
manifestPlaceholders = [
|
||||
JPUSH_PKGNAME: "com.jiaoguanyi.appstore",
|
||||
JPUSH_APPKEY : "52d81643665bb2cadacf0e9e", //JPush上注册的包名对应的appkey.
|
||||
JPUSH_CHANNEL: "developer-default", //暂时填写默认值即可.
|
||||
channel_value: "newl"
|
||||
channel_value: "newly"
|
||||
]
|
||||
signingConfig signingConfigs.debug
|
||||
/*********************************极光推送end************************************/
|
||||
@@ -123,7 +123,7 @@ android {
|
||||
}
|
||||
sourceSets {
|
||||
beta.res.srcDirs = ['src/beta/res']
|
||||
newl.res.srcDirs = ['src/beta/res']
|
||||
newly.res.srcDirs = ['src/beta/res']
|
||||
}
|
||||
|
||||
//签名
|
||||
|
||||
Reference in New Issue
Block a user