Ver Fonte

eas fix

Viktoriia há 1 ano atrás
pai
commit
682cd5a874
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 1
      app.config.ts
  2. 0 1
      eas.json

+ 2 - 1
app.config.ts

@@ -83,7 +83,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'USER_FACING_NOTIFICATIONS',
       'INTERNET',
       'CAMERA'
-    ]
+    ],
+    versionCode: 2
   },
   plugins: [
     [

+ 0 - 1
eas.json

@@ -33,7 +33,6 @@
     },
     "production": {
       "channel": "production",
-      "autoIncrement": true,
       "android": {
         "buildType": "app-bundle"
       },