From 4eeb171e174874f84719a16ef245d15694914801 Mon Sep 17 00:00:00 2001 From: wangguan Date: Tue, 6 Jul 2021 17:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/build.gradle b/entry/build.gradle index 7bbe854..b6a5306 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - implementation('com.gitee.chinasoft_ohos:youtubejextractor:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:youtubejextractor:0.0.2-SNAPSHOT') // implementation project(':youtubejextractor') } decc { -- Gitee