升级:CodeView & XXPermissions 依赖库版本(提升兼容性)

pull/335/head
pppscn 1 year ago
parent d6b39b09c2
commit 9272ba45b8

@ -242,7 +242,7 @@ dependencies {
kapt "androidx.room:room-compiler:$room_version"
//CodeViewhttps://github.com/AmrDeveloper/CodeView
implementation 'com.github.AmrDeveloper:CodeView:1.3.7'
implementation 'com.github.AmrDeveloper:CodeView:1.3.8'
//LiveEventBushttps://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…
Cancel
Save