From 7400e7bf6d8c8a8dd839f1c2eb92847eb09c3197 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 10 Sep 2022 10:32:38 +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 d527331..88270df 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.18 + 1.0.19 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.18' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.19' ``` ### Code diff --git a/README_CN.md b/README_CN.md index a288207..55e7a62 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.18 + 1.0.19 ``` #### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.18' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.19' ``` ### 代码