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
39e0f1d2
Commit
39e0f1d2
authored
1 month ago
by
Ole Langbehn
Browse files
Options
Downloads
Patches
Plain Diff
fix: bump android internal version to unused 138
137 was used for manual release of 1.47.2
parent
6ba5daa3
No related branches found
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
+1
-1
1 addition, 1 deletion
apps/mobile/app.config.ts
with
1 addition
and
1 deletion
apps/mobile/app.config.ts
+
1
−
1
View file @
39e0f1d2
...
...
@@ -8,7 +8,7 @@ require('ts-node/register')
const
versions
=
{
version
:
'
1.48.0
'
,
// user-facing value visible in stores
iosBuildNumber
:
'
1.48.0
'
,
// developer-facing build version, see https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
androidVersionCode
:
13
7
,
// developer-facing build version, see https://developer.android.com/studio/publish/versioning.html#versioningsettings
androidVersionCode
:
13
8
,
// 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