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 28, 2022
2 parents 736dc74 + 6f263c8 commit d60fb37
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 @@ -54,14 +54,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.7</version>
<version>1.1.8</version>
</dependency>
```

#### Gradle

```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.7'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.8'
```

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

### 代码
Expand Down

0 comments on commit d60fb37

Please sign in to comment.