From b385b858a9ba0399b53d7a800c330518653c7e60 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 23 Oct 2022 10:46:03 +0000 Subject: [PATCH] Update README file. --- README.md | 4 ++-- README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b5456c..a58360a 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ sonic-driver-core can be separated from appium and interact directly with webdri io.github.soniccloudorg sonic-driver-core - 1.1.7 + 1.1.8 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.7' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.8' ``` ### Code diff --git a/README_CN.md b/README_CN.md index 8038a7f..ed03e85 100644 --- a/README_CN.md +++ b/README_CN.md @@ -49,12 +49,12 @@ sonic-driver-core可以脱离Appium,直接与WebDriverAgent或UIautomator2交 io.github.soniccloudorg sonic-driver-core - 1.1.7 + 1.1.8 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.7' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.8' ``` ### 代码