Skip to content

Commit 945b0ec

Browse files
author
肖琪(融汇/产品技术中心)
committed
Merge remote-tracking branch 'origin/master'
2 parents 7ea9598 + 0909d95 commit 945b0ec

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README-EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ A framework for directly generating shape through Tags, no need to write shape.x
77
Add this to your app's build.gradle:
88

99
implementation "com.android.support:appcompat-v7:$supportVersion"
10-
implementation 'com.noober.background:core:1.6.3'
10+
implementation 'com.noober.background:core:1.6.5'
1111

1212
if use androidx:
1313

1414
implementation "androidx.appcompat:appcompat:$supportVersion"
15-
implementation 'com.noober.background:core:1.6.3'
15+
implementation 'com.noober.background:core:1.6.5'
1616

1717

1818
## Example effect

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ A framework for directly generating shape through Tags, no need to write shape.x
1010
依赖方式:
1111

1212
implementation "com.android.support:appcompat-v7:$supportVersion"
13-
implementation 'com.noober.background:core:1.6.3'
13+
implementation 'com.noober.background:core:1.6.5'
1414

1515
如果项目使用了androidx:
1616

1717
implementation "androidx.appcompat:appcompat:$supportVersion"
18-
implementation 'com.noober.background:core:1.6.3'
18+
implementation 'com.noober.background:core:1.6.5'
1919

2020

2121
## 使用文档

0 commit comments

Comments
 (0)