Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
junixapp committed Sep 13, 2019
1 parent c324270 commit e22d311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ If the qrcode is invisible,[click me to download Demo.apk](https://fir.im/2q63

First, you need add gradle dependency:
```groovy
implementation 'com.lxj:xpopup:1.8.9'
implementation 'com.lxj:xpopup:1.8.10'
//for androidx.
implementation 'com.lxj:xpopup:1.8.9-x'
implementation 'com.lxj:xpopup:1.8.10-x'
```

Second, you also need these:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@

首先需要添加Gradle依赖:
```groovy
implementation 'com.lxj:xpopup:1.8.9'
implementation 'com.lxj:xpopup:1.8.10'
//for androidx.
implementation 'com.lxj:xpopup:1.8.9-x'
implementation 'com.lxj:xpopup:1.8.10-x'
```

必须添加的依赖库:
Expand Down

0 comments on commit e22d311

Please sign in to comment.