Browse Source

更改了项目名称、logo和打包后的文件名

ChengJH 2 years ago
parent
commit
d00346a951

+ 2 - 2
app/build.gradle

@@ -41,10 +41,10 @@ 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 = "UAS_PDA_WANLIDA_RELEASE_${releaseInfo}.apk"
+                    fileName = "UAS_YITAO_PRODUCTIONLINE_PDA_RELEASE_${releaseInfo}.apk"
                 } else if (variant.buildType.name.equals('debug')) {
                 } else if (variant.buildType.name.equals('debug')) {
                     def debugInfo = getVersionName()
                     def debugInfo = getVersionName()
-                    fileName = "UAS_PDA_WANLIDA_DEBUG_${debugInfo}.apk"
+                    fileName = "UAS_PDA_YITAO_PRODUCTIONLINE_DEBUG_${debugInfo}.apk"
                 }
                 }
                 outputFileName = fileName
                 outputFileName = fileName
             }
             }

BIN
app/src/main/res/mipmap-hdpi/icon.png


BIN
app/src/main/res/mipmap-mdpi/icon.png


BIN
app/src/main/res/mipmap-xhdpi/icon.png


BIN
app/src/main/res/mipmap-xxhdpi/icon.png


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

@@ -1,6 +1,6 @@
 <resources>
 <resources>
     <string name="my_app_name">UAS智能终端系统</string>
     <string name="my_app_name">UAS智能终端系统</string>
-    <string name="my_app_name_test">英唐电子-产线</string>
+    <string name="my_app_name_test">产线-英唐电子</string>
     <string name="hello_world">Hello world!</string>
     <string name="hello_world">Hello world!</string>
     <string name="action_settings">Settings</string>
     <string name="action_settings">Settings</string>
     <string name="title_activity_connect_server_fragment">ConnectServerFragment</string>
     <string name="title_activity_connect_server_fragment">ConnectServerFragment</string>