Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Dec 23, 2024
1 parent 8fdeecb commit 8b3ec52
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
12 changes: 9 additions & 3 deletions app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
[
Expand Down
10 changes: 10 additions & 0 deletions app/credentials.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"android": {
"keystore": {
"keystorePath": "my-upload-key.jks",
"keystorePassword": "monsuivipsy",
"keyAlias": "msp-key",
"keyPassword": "monsuivipsy"
}
}
}
7 changes: 5 additions & 2 deletions app/eas.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cli": {
"version": ">= 14.1.0",
"appVersionSource": "remote"
"version": ">= 13.1.1",
"appVersionSource": "local"
},
"build": {
"development": {
Expand Down Expand Up @@ -33,6 +33,9 @@
"EXPO_PUBLIC_APP_ENV": "production",
"EXPO_PUBLIC_TIPIMAIL_API_KEY": "1234567890",
"EXPO_PUBLIC_TIPIMAIL_API_USER": "1234567890"
},
"android": {
"credentialsSource": "local"
}
}
},
Expand Down

0 comments on commit 8b3ec52

Please sign in to comment.