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.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
6262dependencies {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments