mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-04 01:47:40 +08:00
优化:升级XUpdate组件版本
This commit is contained in:
parent
13a3d194a6
commit
6a02047162
@ -70,6 +70,18 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
packagingOptions {
|
||||||
|
exclude 'META-INF/DEPENDENCIES.txt'
|
||||||
|
exclude 'META-INF/LICENSE.txt'
|
||||||
|
exclude 'META-INF/NOTICE.txt'
|
||||||
|
exclude 'META-INF/NOTICE'
|
||||||
|
exclude 'META-INF/LICENSE'
|
||||||
|
exclude 'META-INF/DEPENDENCIES'
|
||||||
|
exclude 'META-INF/notice.txt'
|
||||||
|
exclude 'META-INF/license.txt'
|
||||||
|
exclude 'META-INF/dependencies.txt'
|
||||||
|
exclude 'META-INF/LGPL2.1'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -117,6 +129,7 @@ dependencies {
|
|||||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
|
||||||
|
implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.5.2'
|
||||||
testImplementation 'junit:junit:4.+'
|
testImplementation 'junit:junit:4.+'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||||
@ -134,9 +147,9 @@ dependencies {
|
|||||||
//implementation 'com.umeng.umsdk:apm:1.4.2' // 错误分析升级为独立SDK,看crash数据请一定集成,可选
|
//implementation 'com.umeng.umsdk:apm:1.4.2' // 错误分析升级为独立SDK,看crash数据请一定集成,可选
|
||||||
|
|
||||||
//XUpdate
|
//XUpdate
|
||||||
implementation 'com.github.xuexiangjys:XUpdate:2.1.0'
|
implementation 'com.github.xuexiangjys:XUpdate:2.1.1'
|
||||||
implementation 'com.github.xuexiangjys.XUpdateAPI:xupdate-easy:1.0.0'
|
implementation 'com.github.xuexiangjys.XUpdateAPI:xupdate-easy:1.0.1'
|
||||||
implementation 'com.github.xuexiangjys.XUpdateAPI:xupdate-downloader-aria:1.0.0'
|
implementation 'com.github.xuexiangjys.XUpdateAPI:xupdate-downloader-aria:1.0.1'
|
||||||
|
|
||||||
//EmailKit
|
//EmailKit
|
||||||
implementation 'com.github.mailhu:emailkit:4.2.2'
|
implementation 'com.github.mailhu:emailkit:4.2.2'
|
||||||
|
12
app/proguard-rules.pro
vendored
12
app/proguard-rules.pro
vendored
@ -40,4 +40,14 @@
|
|||||||
|
|
||||||
-keep class com.xuexiang.xupdate.entity.** { *; }
|
-keep class com.xuexiang.xupdate.entity.** { *; }
|
||||||
-keep class com.xuexiang.xupdatedemo.entity.** { *; }
|
-keep class com.xuexiang.xupdatedemo.entity.** { *; }
|
||||||
|
-dontwarn com.arialyy.aria.**
|
||||||
|
-keep class com.arialyy.aria.**{*;}
|
||||||
|
-keep class **$$DownloadListenerProxy{ *; }
|
||||||
|
-keep class **$$UploadListenerProxy{ *; }
|
||||||
|
-keep class **$$DownloadGroupListenerProxy{ *; }
|
||||||
|
-keep class **$$DGSubListenerProxy{ *; }
|
||||||
|
-keepclasseswithmembernames class * {
|
||||||
|
@Download.* <methods>;
|
||||||
|
@Upload.* <methods>;
|
||||||
|
@DownloadGroup.* <methods>;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user