Browse Source

修改了APP名称

songw 1 year ago
parent
commit
9dc4b27536
2 changed files with 6 additions and 2 deletions
  1. 2 2
      app/src/main/res/values/strings.xml
  2. 4 0
      build.gradle

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

@@ -1,7 +1,7 @@
 <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_test2">仓库-行之成</string>
+    <string name="my_app_name_test">行之成-仓库</string>
+    <string name="my_app_name_test2">行之成-仓库</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>

+ 4 - 0
build.gradle

@@ -3,6 +3,10 @@
 
 
 buildscript {
 buildscript {
     repositories {
     repositories {
+        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
+        maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
+        maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
+        maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
         maven { url "https://jitpack.io" }
         maven { url "https://jitpack.io" }
         mavenCentral()
         mavenCentral()
         google()
         google()