File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55* 项目地址:[ Github] ( https://github.com/getActivity/Logcat )
66
7- * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/Logcat/releases/download/11.86 /Logcat.apk )
7+ * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/Logcat/releases/download/12.0 /Logcat.apk )
88
99![ ] ( picture/demo_code.png )
1010
@@ -51,7 +51,7 @@ dependencyResolutionManagement {
5151``` groovy
5252dependencies {
5353 // 日志调试框架:https://github.com/getActivity/Logcat
54- debugImplementation 'com.github.getActivity:Logcat:11.86 '
54+ debugImplementation 'com.github.getActivity:Logcat:12.0 '
5555}
5656```
5757
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 minSdk 16
99 // Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
1010 targetSdk 34
11- versionCode 1186
12- versionName " 11.86 "
11+ versionCode 1200
12+ versionName " 12.00 "
1313 }
1414
1515 // 支持 Java JDK 8
You can’t perform that action at this time.
0 commit comments