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 44
55* 项目地址:[ Github] ( https://github.com/getActivity/DeviceCompat )
66
7- * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/DeviceCompat/releases/download/1.6 /DeviceCompat.apk )
7+ * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/DeviceCompat/releases/download/2.0 /DeviceCompat.apk )
88
99![ ] ( picture/download_demo_apk_qr_code.png )
1010
@@ -63,7 +63,7 @@ dependencyResolutionManagement {
6363``` groovy
6464dependencies {
6565 // 设备兼容框架:https://github.com/getActivity/DeviceCompat
66- implementation 'com.github.getActivity:DeviceCompat:1.6 '
66+ implementation 'com.github.getActivity:DeviceCompat:2.0 '
6767}
6868```
6969
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 16
12- versionName " 1.6 "
11+ versionCode 20
12+ versionName " 2.0 "
1313 }
1414
1515 // 支持 Java JDK 8
You can’t perform that action at this time.
0 commit comments