update:2020.05.19
fix:修复设备重置,静默删除 add:
This commit is contained in:
@@ -15,8 +15,8 @@ android {
|
||||
minSdkVersion 20
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 129
|
||||
versionName "2.8.6"//测试jiaoguanyi.cn
|
||||
versionCode 131
|
||||
versionName "2.8.8"//测试jiaoguanyi.cn
|
||||
// versionCode 127
|
||||
// versionName "2.0.0.7"// 正式jiaoguanyi.com 双数正式 单数测试
|
||||
multiDexEnabled true
|
||||
@@ -107,6 +107,10 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
implementation 'com.android.support:recyclerview-v7:26.1.0'
|
||||
implementation 'com.android.support:cardview-v7:26.1.0'
|
||||
implementation 'com.android.support:multidex:1.0.1'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
configurations.all {
|
||||
@@ -121,28 +125,29 @@ dependencies {
|
||||
}
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
||||
|
||||
implementation 'uk.co.chrisjenx:calligraphy:2.3.0'
|
||||
implementation 'me.grantland:autofittextview:0.2.1'
|
||||
implementation 'com.facebook.rebound:rebound:0.3.8'
|
||||
implementation 'com.android.support:multidex:1.0.1'
|
||||
implementation 'com.github.bumptech.glide:glide:4.0.0'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0'
|
||||
implementation 'com.google.code.gson:gson:2.8.0'
|
||||
|
||||
// implementation 'me.grantland:autofittextview:0.2.1'
|
||||
|
||||
// implementation 'com.github.bumptech.glide:glide:4.0.0'
|
||||
// annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0'
|
||||
|
||||
implementation 'com.alibaba:fastjson:1.2.18'
|
||||
|
||||
implementation 'com.lzy.net:okgo:2.1.4'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||
implementation 'com.lzy.net:okrx:0.1.2'
|
||||
implementation 'com.lzy.net:okserver:1.1.3'
|
||||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
implementation 'com.android.support:recyclerview-v7:26.1.0'
|
||||
implementation 'de.greenrobot:eventbus:2.4.1'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.6.0'
|
||||
|
||||
// implementation 'de.greenrobot:eventbus:2.4.1'
|
||||
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
|
||||
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
|
||||
implementation 'io.reactivex.rxjava2:rxjava:2.0.7'
|
||||
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
||||
implementation 'com.google.code.gson:gson:2.2.4'
|
||||
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 版本为例。
|
||||
@@ -156,11 +161,11 @@ dependencies {
|
||||
annotationProcessor 'com.arialyy.aria:compiler:3.8.5'
|
||||
|
||||
implementation 'com.github.tianma8023:NetDetector:v0.2.0'
|
||||
implementation 'com.android.support:cardview-v7:26.1.0'
|
||||
|
||||
implementation "org.java-websocket:Java-WebSocket:1.4.1"
|
||||
|
||||
implementation 'com.google.zxing:core:3.2.1'
|
||||
|
||||
implementation 'com.hjq:xxpermissions:6.0'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user