Sfoglia il codice sorgente

perf: android打包生成apk

zengkunsen 4 mesi fa
parent
commit
ec1f6e9251
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      eas.json

+ 4 - 1
eas.json

@@ -22,7 +22,10 @@
             "channel": "preview"
         },
         "production": {
-            "autoIncrement": true
+            "autoIncrement": true,
+            "android": {
+                "buildType": "apk"
+            }
         }
     },
     "submit": {