Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-frontends
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-frontends
Commits
0a91a408
Commit
0a91a408
authored
4 weeks ago
by
Ole Langbehn
Browse files
Options
Downloads
Patches
Plain Diff
upgrade to version 1.50.0 / 142
parent
d8cf6bf6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/mobile/app.config.ts
+3
-3
3 additions, 3 deletions
apps/mobile/app.config.ts
apps/mobile/eas.json
+1
-1
1 addition, 1 deletion
apps/mobile/eas.json
with
4 additions
and
4 deletions
apps/mobile/app.config.ts
+
3
−
3
View file @
0a91a408
...
...
@@ -6,9 +6,9 @@ require('ts-node/register')
// see https://docs.expo.dev/build-reference/app-versions/
// TODO somehow automatically increment version numbers on every release
const
versions
=
{
version
:
'
1.
49
.0
'
,
// user-facing value visible in stores
iosBuildNumber
:
'
1.
49
.0
'
,
// developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode
:
14
1
,
// developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
version
:
'
1.
50
.0
'
,
// user-facing value visible in stores
iosBuildNumber
:
'
1.
50
.0
'
,
// developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode
:
14
2
,
// developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
}
// - Environment variables are available in the mobile app source code via the expo-constants package.
...
...
This diff is collapsed.
Click to expand it.
apps/mobile/eas.json
+
1
−
1
View file @
0a91a408
...
...
@@ -113,7 +113,7 @@
},
"production"
:
{
"extends"
:
"base"
,
"channel"
:
"production-1-
49
"
,
"channel"
:
"production-1-
50
"
,
"env"
:
{
"APP_VARIANT"
:
"production"
,
"ENVIRONMENT_ID"
:
"production"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment