songw hai 5 meses
pai
achega
1dce79e9ed

+ 2 - 2
app/build.gradle

@@ -41,11 +41,11 @@ android {
             if (outputFile != null && outputFile.name.endsWith('.apk')) {
                 if (variant.buildType.name.equals('release')) {
                     def releaseInfo = getVersionName()
-                    fileName = "凯_RELEASE_${releaseInfo}.apk"
+                    fileName = "凯而高_RELEASE_${releaseInfo}.apk"
 
                 } else if (variant.buildType.name.equals('debug')) {
                     def debugInfo = getVersionName()
-                    fileName = "凯_DEBUG_${debugInfo}.apk"
+                    fileName = "凯而高_DEBUG_${debugInfo}.apk"
                 }
                 outputFileName = fileName
             }

+ 1 - 2
app/src/main/java/com/uas/keg_wms/application/PdaApplication.java

@@ -8,7 +8,6 @@ import android.os.Build;
 
 import com.android.volley.RequestQueue;
 import com.android.volley.toolbox.Volley;
-import com.facebook.stetho.Stetho;
 import com.uas.keg_wms.R;
 import com.uas.keg_wms.util.AndroidUtil;
 import com.uas.keg_wms.util.FakeX509TrustManager;
@@ -87,7 +86,7 @@ public class PdaApplication extends Application {
         //友盟统计SDK
         //initUmeng();
         //抓包
-        Stetho.initializeWithDefaults(this);
+//        Stetho.initializeWithDefaults(this);
     }
 
 

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -1,5 +1,5 @@
 <resources>
-    <string name="my_app_name">凯-WMS</string>
+    <string name="my_app_name">凯而高-WMS</string>
     <string name="my_app_name_test">凯而高UAS-WMS标准版</string>
     <string name="hello_world">Hello world!</string>
     <string name="action_settings">Settings</string>