Skip to content

Commit bea865d

Browse files
committed
修改框架版本号为 1.5
1 parent 647c571 commit bea865d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

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

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

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

@@ -30,7 +30,7 @@
3030

3131
* 兼容性好,支持 Android 4.0 及以上系统
3232

33-
* 体积小巧,仅 **12 KB**,不会增加应用体积负担
33+
* 体积小巧,仅 **14 KB**,不会增加应用体积负担
3434

3535
#### 集成步骤
3636

@@ -61,7 +61,7 @@ dependencyResolutionManagement {
6161
```groovy
6262
dependencies {
6363
// 设备兼容框架:https://github.com/getActivity/DeviceCompat
64-
implementation 'com.github.getActivity:DeviceCompat:1.2'
64+
implementation 'com.github.getActivity:DeviceCompat:1.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 14
99
// Android 版本适配指南:https://github.com/getActivity/AndroidVersionAdapter
1010
targetSdk 34
11-
versionCode 12
12-
versionName "1.2"
11+
versionCode 15
12+
versionName "1.5"
1313
}
1414

1515
// 支持 Java JDK 8

0 commit comments

Comments
 (0)