diff --git a/app.json b/app.json index 4d98d3e..53dc0d6 100644 --- a/app.json +++ b/app.json @@ -11,7 +11,9 @@ "resizeMode": "contain", "backgroundColor": "#0B0B0B" }, - "assetBundlePatterns": ["**/*"], + "assetBundlePatterns": [ + "**/*" + ], "ios": { "supportsTablet": true, "bundleIdentifier": "com.yeyom.wellness" @@ -21,7 +23,8 @@ "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#0B0B0B" }, - "package": "com.yeyom.wellness" + "package": "com.yeyom.wellness", + "versionCode": 2 }, "web": { "favicon": "./assets/favicon.png" diff --git a/eas.json b/eas.json index 48c34e5..575dfa1 100644 --- a/eas.json +++ b/eas.json @@ -8,9 +8,12 @@ "distribution": "internal" }, "preview": { - "android": {} + "android": {}, + "autoIncrement": true }, - "production": {} + "production": { + "autoIncrement": true + } }, "submit": { "production": {}