From a873764794630f726aba27ce4f3c67ae8c62289c Mon Sep 17 00:00:00 2001 From: zhujie <leon.zhu@cloudroam.com.cn> Date: 星期五, 18 四月 2025 17:40:32 +0800 Subject: [PATCH] 样式调整 --- 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