From e103a70d2ac198ebbd7493eb657e2cd23089d028 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 18 四月 2025 15:43:46 +0800
Subject: [PATCH] fix : 列表图标

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

diff --git a/app/build.gradle b/app/build.gradle
index 6b3c81a..52f51f1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -15,8 +15,8 @@
     compileSdk 34
 
     defaultConfig {
-        applicationId "com.cloudroam.smsManager"
-//        applicationId "com.example.firstapp"
+//        applicationId "com.cloudroam.smsManager"
+        applicationId "com.example.firstapp"
 //        applicationId "net.sourceforge.simcpux"
         minSdk 24
         targetSdk 34
@@ -28,7 +28,7 @@
 
     signingConfigs {
         release {
-            storeFile file('../keystore/sms-manager2.jks')
+            storeFile file('../keystore/sms-manager3.jks')
             storePassword 'Cloudroam!@#123'
             keyAlias 'sm'
             keyPassword 'Cloudroam!@#123'

--
Gitblit v1.9.3