Browse Source

修改签名文件

songw 1 year ago
parent
commit
130bf42566
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/build.gradle

+ 3 - 3
app/build.gradle

@@ -4,9 +4,9 @@ apply plugin: 'com.android.application'
 android {
 android {
     signingConfigs {
     signingConfigs {
         udapda {
         udapda {
-            keyAlias 'pda_smart_com_lg_key'
+            keyAlias 'as_jc_wms'
             keyPassword 'pdakeystone'
             keyPassword 'pdakeystone'
-            storeFile file('C:\\sigin\\pda_smart_com_lgkeystone.jks')
+            storeFile file('C:\\sigin\\jc_wms.jks')
             storePassword 'pdakeystone'
             storePassword 'pdakeystone'
         }
         }
     }
     }
@@ -41,7 +41,7 @@ android {
             if (outputFile != null && outputFile.name.endsWith('.apk')) {
             if (outputFile != null && outputFile.name.endsWith('.apk')) {
                 if (variant.buildType.name.equals('release')) {
                 if (variant.buildType.name.equals('release')) {
                     def releaseInfo = getVersionName()
                     def releaseInfo = getVersionName()
-                    fileName = "LG_UAS_PDA_SMART_COM_LGRELEASE_${releaseInfo}.apk"
+                    fileName = "极测仓储管理_${releaseInfo}.apk"
 
 
                 } else if (variant.buildType.name.equals('debug')) {
                 } else if (variant.buildType.name.equals('debug')) {
                     def debugInfo = getVersionName()
                     def debugInfo = getVersionName()