Skip to content

Commit

Permalink
支持gradle 7.4; 修复TextView drawableTop
Browse files Browse the repository at this point in the history
  • Loading branch information
duduhuang88 committed Nov 17, 2022
1 parent 3df3bd7 commit b2ea423
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@

# 要求

Gradle 3.5.0 以上
AGP 3.5.0 以上
Gradle 5.6.4 以上

# 目前支持的组件

Expand Down Expand Up @@ -80,7 +81,7 @@ Gradle 3.5.0 以上
```groovy
buildscript {
...
ext.qxml_version = "3.0.0"
ext.qxml_version = "3.3.0"
repositories {
...
mavenCentral()
Expand Down
5 changes: 3 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Compared with inflate, it can reduce 40% + loading time, which increases with th

# Require

Gradle 3.5.0 above
AGP 3.5.0 above
Gradle 5.6.4 above

# Currently supported components

Expand Down Expand Up @@ -65,7 +66,7 @@ Gradle 3.5.0 above
```groovy
buildscript {
...
ext.qxml_version = "3.0.0"
ext.qxml_version = "3.3.0"
repositories {
...
mavenCentral()
Expand Down

0 comments on commit b2ea423

Please sign in to comment.