Browse Source

fix: 修复打包时报错的问题

kuns 2 months ago
parent
commit
6902b0a069
1 changed files with 1 additions and 1 deletions
  1. 1 1
      eas.json

+ 1 - 1
eas.json

@@ -16,7 +16,7 @@
                 "enterpriseProvisioning": "adhoc"
             },
             "android": {
-                "buildType": "aab",
+                "buildType": "app-bundle",
                 "gradleCommand": ":app:assembleRelease"
             },
             "distribution": "internal",