songw пре 1 година
родитељ
комит
130bf42566
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      app/build.gradle

+ 3 - 3
app/build.gradle

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