update:2019.03.27

fix:更新极光推送框架到最新版本
add:
This commit is contained in:
2020-03-27 18:46:43 +08:00
parent eda0eff802
commit a22583da81
22 changed files with 2261 additions and 301 deletions

View File

@@ -16,8 +16,9 @@ android {
targetSdkVersion 26
// versionCode 85
// versionName "2.0.4.6"//正式jiaoguanyi.com
versionCode 107
versionName "2.6.9"//测试jiaoguanyi.cn
versionCode 113
versionName "2.7.5"//测试jiaoguanyi.cn
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
packagingOptions {
@@ -36,6 +37,9 @@ android {
lintOptions {
checkReleaseBuilds false
}
dexOptions {
jumboMode true
}
//签名
signingConfigs {
debug {
@@ -139,7 +143,9 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'com.google.code.gson:gson:2.2.4'
implementation 'cn.jiguang:jpush:2.2.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 "com.github.yjfnypeu:UpdatePlugin:3.0.1"