@@ -3,6 +3,7 @@ agp = "8.13.2"
33kotlin = " 2.2.21"
44androidAop = " 2.7.4"
55easyLauncher = " 6.4.1"
6+
67appCompat = " 1.7.1"
78material = " 1.13.0"
89deviceCompat = " 2.5"
@@ -21,7 +22,7 @@ immersionBar = "3.2.2"
2122photoView = " 2.3.0"
2223bugly = " 4.4.7.3"
2324lottie = " 6.7.1"
24- refreshAlpha = " 3.0.0-alpha"
25+ refreshLayout = " 3.0.0-alpha"
2526timber = " 4.7.1"
2627circleIndicator = " 2.1.6"
2728mmkv = " 2.3.0"
@@ -34,7 +35,7 @@ umengShareCore = "7.3.7"
3435umengShareWX = " 7.3.7"
3536umengShareQQ = " 7.3.7"
3637qqSdk = " 3.5.18.0"
37- wechatSdk = " 6.8.34"
38+ wxSdk = " 6.8.34"
3839
3940[plugins ]
4041# Android 应用构建插件(AGP):https://developer.android.com/build
@@ -46,7 +47,7 @@ kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
4647# Android AOP 插件:切面编程框架:https://github.com/FlyJingFish/AndroidAOP
4748aop = { id = " io.github.flyjingfish.androidaop" , version.ref = " androidAop" }
4849# 多构建类型图标标记插件:在不同 buildType 添加角标:https://github.com/usefulness/easylauncher-gradle-plugin
49- easylauncher = { id = " com.starter.easylauncher" , version.ref = " easyLauncher" }
50+ easyLauncher = { id = " com.starter.easylauncher" , version.ref = " easyLauncher" }
5051
5152[libraries ]
5253# AndroidX AppCompat:兼容支持库(ActionBar 等)
@@ -107,8 +108,8 @@ bugly = { module = "com.tencent.bugly_16kb:bugly-pro", version.ref = "bugly" }
107108lottie = { module = " com.airbnb.android:lottie" , version.ref = " lottie" }
108109
109110# SmartRefreshLayout 刷新控件:https://github.com/scwang90/SmartRefreshLayout
110- refreshLayoutKernel = { module = " io.github.scwang90:refresh-layout-kernel" , version.ref = " refreshAlpha " }
111- refreshHeaderMaterial = { module = " io.github.scwang90:refresh-header-material" , version.ref = " refreshAlpha " }
111+ refreshLayoutKernel = { module = " io.github.scwang90:refresh-layout-kernel" , version.ref = " refreshLayout " }
112+ refreshHeaderMaterial = { module = " io.github.scwang90:refresh-header-material" , version.ref = " refreshLayout " }
112113
113114# Timber 日志打印:https://github.com/JakeWharton/timber
114115timber = { module = " com.jakewharton.timber:timber" , version.ref = " timber" }
@@ -145,4 +146,4 @@ umengShareQQ = { module = "com.umeng.umsdk:share-qq", version.ref = "umengShareQ
145146# QQ 开放平台组件文档:https://wikinew.open.qq.com/#/iwiki/4007776153
146147 qqSdk = { module = " com.tencent.qq:open-sdk" , version.ref = " qqSdk" }
147148# 微信开放平台组件文档:https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/Android.html
148- wechatSdk = { module = " com.tencent.mm.opensdk:wechat-sdk-android" , version.ref = " wechatSdk " }
149+ wxSdk = { module = " com.tencent.mm.opensdk:wechat-sdk-android" , version.ref = " wxSdk " }
0 commit comments