From ad1045a8888818e9a1712e01e1290e3e39de695a Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 27 Apr 2023 10:23:58 +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 a0cffba..ded8df7 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.23 + 1.1.24 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.23' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.24' ``` ### Code diff --git a/README_CN.md b/README_CN.md index 739fbc4..01ca9b6 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.23 + 1.1.24 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.23' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.24' ``` ### 代码