Skip to content

Commit 9b7f83a

Browse files
committed
修改框架版本号为 1.6
1 parent 4c59748 commit 9b7f83a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/DeviceCompat)
66

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

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

@@ -61,7 +61,7 @@ dependencyResolutionManagement {
6161
```groovy
6262
dependencies {
6363
// 设备兼容框架:https://github.com/getActivity/DeviceCompat
64-
implementation 'com.github.getActivity:DeviceCompat:1.5'
64+
implementation 'com.github.getActivity:DeviceCompat:1.6'
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 15
12-
versionName "1.5"
11+
versionCode 16
12+
versionName "1.6"
1313
}
1414

1515
// 支持 Java JDK 8

0 commit comments

Comments
 (0)