Skip to content

Commit

Permalink
fix(agentweb): publish v5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Sep 3, 2022
1 parent abd6ac4 commit 5ee0585
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,13 @@ allprojects {
```


* Support

```groovy
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.0-alpha' // (必选)
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.0-alpha' // (可选)
implementation 'com.github.Justson:Downloader:v5.0.0' // (可选)
```
* Androidx

```groovy
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.0-alpha.1-androidx' // (必选)
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.0-alpha.1-androidx' // (可选)
implementation 'com.github.Justson:Downloader:v5.0.0-androidx' // (可选)
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
```

Expand Down

0 comments on commit 5ee0585

Please sign in to comment.