mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
升级:CodeView & XXPermissions 依赖库版本(提升兼容性)
This commit is contained in:
parent
d6b39b09c2
commit
9272ba45b8
@ -242,7 +242,7 @@ dependencies {
|
||||
kapt "androidx.room:room-compiler:$room_version"
|
||||
|
||||
//CodeView:https://github.com/AmrDeveloper/CodeView
|
||||
implementation 'com.github.AmrDeveloper:CodeView:1.3.7'
|
||||
implementation 'com.github.AmrDeveloper:CodeView:1.3.8'
|
||||
|
||||
//LiveEventBus:https://github.com/JeremyLiao/LiveEventBus
|
||||
implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0'
|
||||
@ -262,7 +262,7 @@ dependencies {
|
||||
testImplementation "androidx.paging:paging-common-ktx:$paging_version"
|
||||
|
||||
//权限请求框架:https://github.com/getActivity/XXPermissions
|
||||
implementation 'com.github.getActivity:XXPermissions:16.8'
|
||||
implementation 'com.github.getActivity:XXPermissions:18.0'
|
||||
|
||||
def mail_version = '1.6.7'
|
||||
implementation "com.sun.mail:android-mail:$mail_version"
|
||||
|
Loading…
Reference in New Issue
Block a user