Skip to content

Commit

Permalink
Staging release 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
radulescuandrew committed Aug 19, 2024
1 parent bd2b8cf commit b6832c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const expoConfig: ExpoConfig = {
name: 'vic',
slug: 'vic',
scheme: 'vic',
version: '1.0.14',
version: '1.0.18',
orientation: 'portrait',
icon: './src/assets/images/icon.png',
userInterfaceStyle: 'light',
Expand All @@ -18,7 +18,7 @@ const expoConfig: ExpoConfig = {
},
assetBundlePatterns: ['**/*'],
ios: {
buildNumber: '17',
buildNumber: '21',
supportsTablet: false,
bundleIdentifier: 'org.commitglobal.vic',
entitlements: {
Expand All @@ -32,7 +32,7 @@ const expoConfig: ExpoConfig = {
},
},
android: {
versionCode: 15,
versionCode: 21,
adaptiveIcon: {
foregroundImage: './src/assets/images/adaptive-icon.png',
backgroundColor: '#ffffff',
Expand Down
6 changes: 5 additions & 1 deletion mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@
}
},
"preview": {
"distribution": "internal",
// "distribution": "internal",
"channel": "staging",
"env": {
"EXPO_PUBLIC_ENVIRONMENT": "staging",
"EXPO_PUBLIC_API_URL": "https://api-vic-staging.ngohub.ro",
"EXPO_PUBLIC_AWS_REGION": "eu-west-1",
"EXPO_PUBLIC_USER_POOL_ID": "eu-west-1_HRB7J3vjJ",
"EXPO_PUBLIC_USER_POOL_CLIENT_ID": "4sihusclii449k2otmeetl4dgq",
"EXPO_PUBLIC_AWS_DOMAIN": "vic-staging.auth.eu-west-1.amazoncognito.com",
"EXPO_PUBLIC_PRIVACY_POLICY_LINK": "https://www.ngohub.ro/ro/politica-de-confidentialitate",
"EXPO_PUBLIC_TERMS_AND_CONDITIONS_LINK": "https://www.ngohub.ro/ro/termeni-si-conditii",
"EXPO_PUBLIC_INFORMATION_LINK": "https://www.ngohub.ro/ro/vic",
Expand Down

0 comments on commit b6832c2

Please sign in to comment.