We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea406a0 commit a4439a1Copy full SHA for a4439a1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2025-1-18
2
+
3
+版本: `3.6.5`, 更新日志:
4
5
+- 新增加粗字体配置
6
7
# 2024-11-26
8
9
版本: `3.6.4`, 更新日志:
README.md
@@ -107,12 +107,12 @@ allprojects {
107
108
```kotlin
109
dependencies {
110
- implementation 'com.github.angcyo.DslTablayout:TabLayout:3.6.4'
+ implementation 'com.github.angcyo.DslTablayout:TabLayout:3.6.5'
111
112
//可选
113
- implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.6.4'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager1Delegate:3.6.5'
114
115
- implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.6.4'
+ implementation 'com.github.angcyo.DslTablayout:ViewPager2Delegate:3.6.5'
116
}
117
```
118
0 commit comments