Skip to content

Commit

Permalink
Merge pull request #3 from SonicCloudOrg/dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ZhouYixun authored Jul 24, 2022
2 parents 09009c3 + 0dcc039 commit 040274f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
### Gradle
```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.0'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.1'
```

## Sponsors
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
### Gradle
```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.0'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.1'
```

## 赞助商
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>sonic-driver-core</name>
<description>The Sonic Project UIAutomation Driver Core for Android, iOS, Windows, Mac and so on.</description>
Expand Down

0 comments on commit 040274f

Please sign in to comment.