From 06426a4cb9fe3c9eb3572b0eb5636425dcbdf9ec Mon Sep 17 00:00:00 2001 From: zhangchen Date: Thu, 24 Jun 2021 15:53:45 +0800 Subject: [PATCH] update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 21903a1c3..b4e920081 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,6 @@ Fresco can be included in any OpenHarmony application. If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file: ```groovy -implementation 'io.openharmony.tpc.thirdlib:fresco:1.0.0' - -//support gif -implementation 'io.openharmony.tpc.thirdlib:animated_gif_lite:1.0.1' -implementation 'io.openharmony.tpc.thirdlib:Keyframes:1.0.0' - +implementation 'io.openharmony.tpc.thirdlib:fresco:1.0.1' ``` -复制项目[so(点这里)](https://gitee.com/openharmony-tpc/fresco/attach_files/676298/download/libs.zip)到项目的libs文件夹。 - -- Gitee