Skip to content

Commit 36e321a

Browse files
committed
更新 Demo 工程依赖的第三方框架版本
1 parent 94c7d01 commit 36e321a

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
@@ -59,13 +59,13 @@ dependencies {
5959
implementation 'com.android.support:design:28.0.0'
6060

6161
// 权限请求框架:https://github.com/getActivity/XXPermissions
62-
implementation 'com.github.getActivity:XXPermissions:21.3'
62+
implementation 'com.github.getActivity:XXPermissions:23.0'
6363

6464
// 标题栏框架:https://github.com/getActivity/TitleBar
6565
implementation 'com.github.getActivity:TitleBar:10.6'
6666

6767
// 吐司框架:https://github.com/getActivity/Toaster
68-
implementation 'com.github.getActivity:Toaster:12.8'
68+
implementation 'com.github.getActivity:Toaster:13.0'
6969

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

0 commit comments

Comments
 (0)