Skip to content

Commit 155f604

Browse files
committed
修改框架版本号为 12.2
1 parent 3258f5b commit 155f604

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

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

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

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

99
![](picture/demo_code.png)
1010

@@ -59,7 +59,7 @@ android {
5959
6060
dependencies {
6161
// 日志调试框架:https://github.com/getActivity/Logcat
62-
debugImplementation 'com.github.getActivity:Logcat:12.0'
62+
debugImplementation 'com.github.getActivity:Logcat:12.2'
6363
}
6464
```
6565

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 1200
12-
versionName "12.0"
11+
versionCode 1202
12+
versionName "12.2"
1313
}
1414

1515
// 支持 Java JDK 8

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
// noinspection GradleCompatible
3939
implementation 'com.android.support:design:26.0.0'
4040
// 悬浮窗框架:https://github.com/getActivity/EasyWindow
41-
implementation 'com.github.getActivity:EasyWindow:12.0'
41+
implementation 'com.github.getActivity:EasyWindow:12.2'
4242
}
4343

4444
tasks.withType(Javadoc).configureEach {

0 commit comments

Comments
 (0)