diff --git a/app/app.json b/app/app.json index 5faf07fe..7cb7da55 100644 --- a/app/app.json +++ b/app/app.json @@ -2,21 +2,27 @@ "expo": { "name": "Jardin Mental", "slug": "monsuivipsy", - "version": "1.40.3", + "version": "1.41.0", "orientation": "portrait", "icon": "./assets/imgs/playstore-icon.png", "scheme": "monsuivipsy", "ios": { "supportsTablet": true, - "bundleIdentifier": "monsuivipsy" + "bundleIdentifier": "org.reactjs.native.example.monsuivipsy", + "buildNumber": "204" }, "android": { + "versionCode": 204, "adaptiveIcon": { "foregroundImage": "./assets/imgs/logo2.png", "backgroundColor": "#ffffff" }, "package": "com.monsuivipsy", - "permissions": ["NOTIFICATIONS", "SCHEDULE_EXACT_ALARM", "POST_NOTIFICATIONS"] + "permissions": [ + "NOTIFICATIONS", + "SCHEDULE_EXACT_ALARM", + "POST_NOTIFICATIONS" + ] }, "plugins": [ [ diff --git a/app/credentials.json b/app/credentials.json new file mode 100644 index 00000000..b67fa154 --- /dev/null +++ b/app/credentials.json @@ -0,0 +1,10 @@ +{ + "android": { + "keystore": { + "keystorePath": "my-upload-key.jks", + "keystorePassword": "monsuivipsy", + "keyAlias": "msp-key", + "keyPassword": "monsuivipsy" + } + } +} diff --git a/app/eas.json b/app/eas.json index 17027ea3..fb9814af 100644 --- a/app/eas.json +++ b/app/eas.json @@ -1,7 +1,7 @@ { "cli": { - "version": ">= 14.1.0", - "appVersionSource": "remote" + "version": ">= 13.1.1", + "appVersionSource": "local" }, "build": { "development": { @@ -33,6 +33,9 @@ "EXPO_PUBLIC_APP_ENV": "production", "EXPO_PUBLIC_TIPIMAIL_API_KEY": "1234567890", "EXPO_PUBLIC_TIPIMAIL_API_USER": "1234567890" + }, + "android": { + "credentialsSource": "local" } } },