diff --git a/app.config.js b/app.config.js index 1189c30..4268dc1 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ export default ({ config }) => { ...config, name: "Alby Go", slug: "alby-mobile", - version: "2.0.1", + version: "2.0.2", scheme: [ "lightning", "bitcoin", diff --git a/eas.json b/eas.json index c8a7b4f..a938fc3 100644 --- a/eas.json +++ b/eas.json @@ -1,20 +1,18 @@ { "cli": { - "version": ">= 5.4.0", "appVersionSource": "remote" }, "build": { - "development": { - "developmentClient": true, - "distribution": "internal" - }, "preview": { + "node": "22.11.0", "distribution": "internal" }, "production": { + "node": "22.11.0", "autoIncrement": true }, "production_apk": { + "node": "22.11.0", "autoIncrement": true, "android": { "buildType": "apk" diff --git a/package.json b/package.json index 804ea24..3036055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alby-go", - "version": "2.0.1", + "version": "2.0.2", "main": "./index.js", "scripts": { "start": "expo start",