diff --git a/README.md b/README.md index b4e9200817e50b3d4941d163f1d1662ecec3fda5..698b214b0bf1b995eeaf15bb500e5fd8b3f3f131 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ 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.1' +implementation 'io.openharmony.tpc.thirdlib:fresco:1.0.2' +``` + +gif support +``` + implementation 'io.openharmony.tpc.thirdlib:animated_gif_lite:1.0.3' ```