Skip to content

Commit 4a06cda

Browse files
committed
修改框架版本号为 1.2
1 parent 61d47c6 commit 4a06cda

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

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

@@ -57,7 +57,7 @@ dependencyResolutionManagement {
5757
```groovy
5858
dependencies {
5959
// 设备兼容框架:https://github.com/getActivity/DeviceCompat
60-
implementation 'com.github.getActivity:DeviceCompat:1.0'
60+
implementation 'com.github.getActivity:DeviceCompat:1.2'
6161
}
6262
```
6363

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 10
12-
versionName "1.0"
11+
versionCode 12
12+
versionName "1.2"
1313
}
1414

1515
// 支持 Java JDK 8

0 commit comments

Comments
 (0)