We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7277d1b commit eb7df08Copy full SHA for eb7df08
app/build.gradle
@@ -61,13 +61,13 @@ dependencies {
61
implementation 'com.google.android.material:material:1.4.0'
62
63
// 权限请求框架:https://github.com/getActivity/XXPermissions
64
- implementation 'com.github.getActivity:XXPermissions:18.5'
+ implementation 'com.github.getActivity:XXPermissions:20.0'
65
66
// 标题栏框架:https://github.com/getActivity/TitleBar
67
implementation 'com.github.getActivity:TitleBar:10.5'
68
69
// 吐司框架:https://github.com/getActivity/Toaster
70
- implementation 'com.github.getActivity:Toaster:12.6'
+ implementation 'com.github.getActivity:Toaster:12.8'
71
72
// 内存泄漏捕捉:https://github.com/square/leakcanary
73
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
0 commit comments