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 94c7d01 commit 36e321aCopy full SHA for 36e321a
app/build.gradle
@@ -59,13 +59,13 @@ dependencies {
59
implementation 'com.android.support:design:28.0.0'
60
61
// 权限请求框架:https://github.com/getActivity/XXPermissions
62
- implementation 'com.github.getActivity:XXPermissions:21.3'
+ implementation 'com.github.getActivity:XXPermissions:23.0'
63
64
// 标题栏框架:https://github.com/getActivity/TitleBar
65
implementation 'com.github.getActivity:TitleBar:10.6'
66
67
// 吐司框架:https://github.com/getActivity/Toaster
68
- implementation 'com.github.getActivity:Toaster:12.8'
+ implementation 'com.github.getActivity:Toaster:13.0'
69
70
// 内存泄漏捕捉:https://github.com/square/leakcanary
71
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
0 commit comments