From b2fd070a32f91749a1e086cea5f6fbc5c716e477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=99=A8?= <7789321+oszc@user.noreply.gitee.com> Date: Wed, 18 Aug 2021 02:23:11 +0000 Subject: [PATCH] update README.md. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e920081..698b214b0 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' ``` -- Gitee