From 910d42c2dfd0cb012d4229b61f51dd51a7eb929b Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 8 Aug 2024 02:31:27 +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 a8d0bf5..fc3de25 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.29 + 1.1.30 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.29' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.30' ``` ### Code diff --git a/README_CN.md b/README_CN.md index 4d76b90..1bdb63e 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.29 + 1.1.30 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.29' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.30' ``` ### 代码