From 8184cf6c7f4645ee874b40974e8d0ce10e8de64a Mon Sep 17 00:00:00 2001 From: hch <16607480311@163.com> Date: Thu, 22 Feb 2024 15:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E6=BC=B8=E8=AE=8A=E8=89=B2?= =?UTF-8?q?=E5=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/build.gradle b/common/build.gradle index b9ff40117..bd3c956ed 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -221,5 +221,8 @@ dependencies { //samsung插件包 api project(':IAP6Helper') + //文字渐变色 + api 'com.github.FlyJingFish:GradientTextView:1.2.4' + }