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