File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
6666dependencies {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments