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 31, 2022
2 parents c65f76f + 7cd0b73 commit c1d83db
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.8</version>
<version>1.1.9</version>
</dependency>
```

#### Gradle

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

### 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.8</version>
<version>1.1.9</version>
</dependency>
```
#### Gradle
```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.8'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.9'
```

### 代码
Expand Down

0 comments on commit c1d83db

Please sign in to comment.