Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SonicCloudOrg/sonic-driver-core
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Oct 15, 2022
2 parents 2daa0bc + 109fdd5 commit ab1c286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ sonic-driver-core can be separated from appium and interact directly with webdri
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
```

#### Gradle

```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.5'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.6'
```

### Code
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ sonic-driver-core可以脱离Appium,直接与WebDriverAgent或UIautomator2交
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
</dependency>
```
#### Gradle
```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.5'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.6'
```

### 代码
Expand Down

0 comments on commit ab1c286

Please sign in to comment.