Skip to content

Commit 3f80231

Browse files
committed
修改框架版本号为 2.5
1 parent f1e4dcd commit 3f80231

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
@@ -6,7 +6,7 @@
66

77
* 博文地址:[尝试解决 Android 适配的最后一公里](https://juejin.cn/post/7540524749425180735)
88

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

1111
![](picture/download_demo_apk_qr_code.png)
1212

@@ -65,7 +65,7 @@ dependencyResolutionManagement {
6565
```groovy
6666
dependencies {
6767
// 设备兼容框架:https://github.com/getActivity/DeviceCompat
68-
implementation 'com.github.getActivity:DeviceCompat:2.3'
68+
implementation 'com.github.getActivity:DeviceCompat:2.5'
6969
}
7070
```
7171

common.gradle

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

1515
// 支持 Java JDK 8

0 commit comments

Comments
 (0)