update:2019.03.27
fix:更新极光推送框架到最新版本 add:
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user