We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670e1a9 commit 2aaf552Copy full SHA for 2aaf552
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2025-07-15
2
+
3
+`7.0.1`
4
5
+- 兼容`lifecycle:2.9.1`
6
7
# 2025-06-19
8
9
`7.0.0`
README.md
@@ -145,7 +145,7 @@ allprojects {
145
```kotlin
146
dependencies {
147
//androidx(推荐)
148
- implementation 'com.github.angcyo:DslAdapter:7.0.0'
+ implementation 'com.github.angcyo:DslAdapter:7.0.1'
149
//支持DataBinding
150
implementation 'com.github.angcyo:DslAdapter:3.0.0-binding'
151
0 commit comments