diff --git a/README.md b/README.md index 21903a1c3da9a9960a27f23478f67496d005eb0e..b4e9200817e50b3d4941d163f1d1662ecec3fda5 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文件夹。 -