version:
update:2020.08.31 fix:增加设备锁图标,增加结束进程和打开OTA,增加重启功能 add:
This commit is contained in:
@@ -86,9 +86,26 @@ android {
|
||||
buildConfigField "String", "ROOT_URL", '"https://jgy.jundunxueyuan.com/api/"'
|
||||
buildConfigField "String", "WebsocketURL", '"ws://39.98.59.202:2345"'
|
||||
}
|
||||
newl {
|
||||
flavorDimensions "default"
|
||||
versionCode 150
|
||||
versionName "1.0.5"
|
||||
/*********************************极光推送************************************/
|
||||
manifestPlaceholders = [
|
||||
JPUSH_PKGNAME: "com.jiaoguanyi.appstore",
|
||||
JPUSH_APPKEY : "52d81643665bb2cadacf0e9e", //JPush上注册的包名对应的appkey.
|
||||
JPUSH_CHANNEL: "developer-default", //暂时填写默认值即可.
|
||||
]
|
||||
signingConfig signingConfigs.debug
|
||||
/*********************************极光推送end************************************/
|
||||
buildConfigField "String", "ROOT_URL", '"http://name.uiuios.com/api/"'
|
||||
buildConfigField "String", "WebsocketURL", '"ws://39.98.59.202:2345"'
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
beta.res.srcDirs = ['src/beta/res']
|
||||
newl.res.srcDirs = ['src/beta/res']
|
||||
|
||||
}
|
||||
|
||||
//签名
|
||||
@@ -199,8 +216,8 @@ dependencies {
|
||||
implementation 'com.google.code.gson:gson:2.8.0'
|
||||
|
||||
// implementation 'cn.jiguang:jpush:2.2.0'
|
||||
implementation 'cn.jiguang.sdk:jpush:3.5.6' // 此处以JPush 3.5.6 版本为例。
|
||||
implementation 'cn.jiguang.sdk:jcore:2.2.8' // 此处以JCore 2.2.8 版本为例。
|
||||
implementation 'cn.jiguang.sdk:jpush:3.7.0' // 此处以JPush 3.5.6 版本为例。
|
||||
implementation 'cn.jiguang.sdk:jcore:2.4.2' // 此处以JCore 2.2.8 版本为例。
|
||||
|
||||
implementation "com.github.yjfnypeu:UpdatePlugin:3.0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user