Skip to content

Commit 5b797cc

Browse files
committed
修改框架版本号为 12.5
1 parent a432242 commit 5b797cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README-en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* Project address: [Github](https://github.com/getActivity/Logcat)
88

9-
* [Click here to download demo apk directly](https://github.com/getActivity/Logcat/releases/download/12.3/Logcat.apk)
9+
* [Click here to download demo apk directly](https://github.com/getActivity/Logcat/releases/download/12.5/Logcat.apk)
1010

1111
![](picture/en/logcat_notify_entrance.jpg) ![](picture/en/logcat_window_entrance.jpg) ![](picture/en/logcat_activity_landscape.jpg)
1212

@@ -59,7 +59,7 @@ android {
5959
6060
dependencies {
6161
// Log debugging framework: https://github.com/getActivity/Logcat
62-
debugImplementation 'com.github.getActivity:Logcat:12.3'
62+
debugImplementation 'com.github.getActivity:Logcat:12.5'
6363
}
6464
```
6565

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* 项目地址:[Github](https://github.com/getActivity/Logcat)
88

9-
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/Logcat/releases/download/12.3/Logcat.apk)
9+
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/Logcat/releases/download/12.5/Logcat.apk)
1010

1111
![](picture/zh/demo_code.png)
1212

@@ -61,7 +61,7 @@ android {
6161
6262
dependencies {
6363
// 日志调试框架:https://github.com/getActivity/Logcat
64-
debugImplementation 'com.github.getActivity:Logcat:12.3'
64+
debugImplementation 'com.github.getActivity:Logcat:12.5'
6565
}
6666
```
6767

common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdk 16
99
// Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
1010
targetSdk 34
11-
versionCode 1203
12-
versionName "12.3"
11+
versionCode 1205
12+
versionName "12.5"
1313
}
1414

1515
// 支持 Java JDK 8

0 commit comments

Comments
 (0)