From e6e85c6fc87ba0688dae074a6aeda58f24ea05e9 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 02 四月 2025 10:02:57 +0800
Subject: [PATCH] feat(generallibrary): 添加卡片列表适配器和搜索结果 Bean

---
 app/build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index cd537e8..6a96054 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -3,7 +3,7 @@
 android {
     signingConfigs {
         debug {
-            storeFile file(myValue)
+            storeFile file("${project.rootDir}/dycz.jks")
             storePassword 'dycz@2023'
             keyAlias 'dayu'
             keyPassword 'dycz@2023'

--
Gitblit v1.8.0