From 038a4fab634c140c3440623e54167f4d8de5c5ca Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 21 Jun 2023 07:12:50 +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 74159f1..ce93292 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ sonic-driver-core can be separated from appium and interact directly with webdri io.github.soniccloudorg sonic-driver-core - 1.1.25 + 1.1.26 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.25' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.26' ``` ### Code diff --git a/README_CN.md b/README_CN.md index 8e7a304..e2e8579 100644 --- a/README_CN.md +++ b/README_CN.md @@ -37,12 +37,12 @@ sonic-driver-core可以脱离Appium,直接与WebDriverAgent或UIautomator2交 io.github.soniccloudorg sonic-driver-core - 1.1.25 + 1.1.26 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.25' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.26' ``` ### 代码