Skip to content

Commit eb7df08

Browse files
committed
更新内部依赖的第三方框架版本
1 parent 7277d1b commit eb7df08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ dependencies {
6161
implementation 'com.google.android.material:material:1.4.0'
6262

6363
// 权限请求框架:https://github.com/getActivity/XXPermissions
64-
implementation 'com.github.getActivity:XXPermissions:18.5'
64+
implementation 'com.github.getActivity:XXPermissions:20.0'
6565

6666
// 标题栏框架:https://github.com/getActivity/TitleBar
6767
implementation 'com.github.getActivity:TitleBar:10.5'
6868

6969
// 吐司框架:https://github.com/getActivity/Toaster
70-
implementation 'com.github.getActivity:Toaster:12.6'
70+
implementation 'com.github.getActivity:Toaster:12.8'
7171

7272
// 内存泄漏捕捉:https://github.com/square/leakcanary
7373
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'

0 commit comments

Comments
 (0)