File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.2 /DeviceCompat.apk )
7+ * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/DeviceCompat/releases/download/1.5 /DeviceCompat.apk )
88
99![ ] ( picture/download_demo_apk_qr_code.png )
1010
3030
3131* 兼容性好,支持 Android 4.0 及以上系统
3232
33- * 体积小巧,仅 ** 12 KB** ,不会增加应用体积负担
33+ * 体积小巧,仅 ** 14 KB** ,不会增加应用体积负担
3434
3535#### 集成步骤
3636
@@ -61,7 +61,7 @@ dependencyResolutionManagement {
6161``` groovy
6262dependencies {
6363 // 设备兼容框架:https://github.com/getActivity/DeviceCompat
64- implementation 'com.github.getActivity:DeviceCompat:1.2 '
64+ implementation 'com.github.getActivity:DeviceCompat:1.5 '
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 12
12- versionName " 1.2 "
11+ versionCode 15
12+ versionName " 1.5 "
1313 }
1414
1515 // 支持 Java JDK 8
You can’t perform that action at this time.
0 commit comments