From eea5baca9640b0866277b13753c02a430ff08a8f Mon Sep 17 00:00:00 2001 From: ZhouYixun <291028775@qq.com> Date: Fri, 29 Jul 2022 22:16:52 +0800 Subject: [PATCH] update_version --- README.md | 4 ++-- README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd06efb..79f2b88 100644 --- a/README.md +++ b/README.md @@ -58,14 +58,14 @@ sonic-driver-core can be separated from appium and interact directly with webdri io.github.soniccloudorg sonic-driver-core - 1.0.3 + 1.0.4 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.3' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.4' ``` ### Code diff --git a/README_CN.md b/README_CN.md index d2d2d9e..54fc76d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -53,12 +53,12 @@ sonic-driver-core可以脱离Appium,直接与WebDriverAgent或UIautomator2交 io.github.soniccloudorg sonic-driver-core - 1.0.3 + 1.0.4 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.3' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.4' ``` ### 代码