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
9420ea9e
Commit
9420ea9e
authored
2 months ago
by
Gregor Schulz
Browse files
Options
Downloads
Patches
Plain Diff
upgrade to version 1.44.2 / 131
parent
17bc12ab
Branches
renovate/europe-north1-docker.pkg.dev-holi-shared-docker-hub-remote-docker-28.x
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/mobile/app.config.ts
+3
-3
3 additions, 3 deletions
apps/mobile/app.config.ts
with
3 additions
and
3 deletions
apps/mobile/app.config.ts
+
3
−
3
View file @
9420ea9e
...
...
@@ -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.44.
1
'
,
// user-facing value visible in stores
iosBuildNumber
:
'
1.44.
1
'
,
// developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode
:
13
0
,
// developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
version
:
'
1.44.
2
'
,
// user-facing value visible in stores
iosBuildNumber
:
'
1.44.
2
'
,
// developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode
:
13
1
,
// 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.
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