diff --git a/app.json b/app.json index 92ca6861f..296d674de 100644 --- a/app.json +++ b/app.json @@ -36,7 +36,6 @@ "appleTeamId": "MWD5K362T8" }, "android": { - "versionCode": 94, "adaptiveIcon": { "foregroundImage": "./assets/images/icon-android-plain.png", "monochromeImage": "./assets/images/icon-android-themed.png", diff --git a/eas.json b/eas.json index 3c125b629..cc5eb28c7 100644 --- a/eas.json +++ b/eas.json @@ -1,6 +1,7 @@ { "cli": { - "version": ">= 9.1.0" + "version": ">= 9.1.0", + "appVersionSource": "remote" }, "build": { "development": { @@ -52,14 +53,14 @@ }, "production": { "environment": "production", - "channel": "0.54.1", + "autoIncrement": true, "android": { "image": "latest" } }, "production-apk": { "environment": "production", - "channel": "0.54.1", + "autoIncrement": true, "android": { "buildType": "apk", "image": "latest" @@ -67,7 +68,7 @@ }, "production-apk-tv": { "environment": "production", - "channel": "0.54.1", + "autoIncrement": true, "android": { "buildType": "apk", "image": "latest" @@ -78,7 +79,7 @@ }, "production_tv": { "environment": "production", - "channel": "0.54.1", + "autoIncrement": true, "env": { "EXPO_TV": "1" },