version:1.3.4

update:
fix:
add:增加丢失模式,增加开发人员选项管控
This commit is contained in:
2021-05-07 15:53:45 +08:00
parent cbf58613d8
commit c0dc7acca8
21 changed files with 625 additions and 184 deletions

View File

@@ -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']
}
//签名