liuzhenxing1118 5 달 전
부모
커밋
624efb1f13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -27,7 +27,7 @@ android {
     }
     android.applicationVariants.all { variant ->
         variant.outputs.all {
-            outputFileName = "xpcontact.apk"
+            outputFileName = "skphone.apk"
         }
     }
     sourceSets {